export { sampleArray } from './array'; export { sampleBoolean } from './boolean'; export { sampleNumber } from './number'; export { sampleObject } from './object'; export { sampleString } from './string';