import { IFieldSchema, ZodSchemaObject } from '../interface/form.interface'; import { FieldValues } from 'react-hook-form'; import { ZodSchema } from 'zod'; export declare const generateDynamicSchema: (fields: IFieldSchema[]) => ZodSchema>;