import { object } from 'yup'; declare type ObjectSchema = ReturnType; export declare function handleObjectSchema(schema: ObjectSchema, node: string, getFakeData: (schema: ObjectSchema, node?: string) => any): T; export {};