export declare function generateZodSchema(schemas: any, propertiesConfig: any, required: string[], order: string[]): string;
