import { DTFieldConfigWithDataGenOpts } from '@terascope/types'; /** * Returns a function that can be called to create a data type field */ export declare function makeRandomDataFunctionForField(config: DTFieldConfigWithDataGenOpts, field: string): () => any; //# sourceMappingURL=make-dt-field-fn.d.ts.map