import { JSONSchema7 } from "json-schema";
export declare const generateInitialData: (schema: JSONSchema7, definitions?: any, parentSchema?: JSONSchema7, propertyKey?: string) => any;
