import { CheckIsHidden, InstillJSONSchema, instillZodSchema, SelectedConditionMap } from "../types"; export declare function transformInstillJSONSchemaToZod({ parentSchema, targetSchema, selectedConditionMap, propertyKey, propertyPath, forceOptional, checkIsHidden, }: { parentSchema: InstillJSONSchema; targetSchema: InstillJSONSchema; selectedConditionMap: SelectedConditionMap | null; propertyKey?: string; propertyPath?: string; forceOptional?: boolean; checkIsHidden?: CheckIsHidden; }): instillZodSchema; //# sourceMappingURL=transformInstillJSONSchemaToZod.d.ts.map