import { DTConfigWithDataGenOpts } from '@terascope/types'; /** * Generates an array of records based on the data type field config of count */ export declare function makeRandomDataSet(fields: DTConfigWithDataGenOpts['fields'], total?: number, isStressTest?: boolean): Record[] | undefined; //# sourceMappingURL=make-dt-data-set.d.ts.map