import { FieldTypesType } from './types.ts'; export declare const generateRandomValue: (type: FieldTypesType) => any;