import { CheckIsHidden, InstillFormTree, InstillJSONSchema, InstillJSONSchemaDefinition } from "../types"; export type TransformInstillJSONSchemaToFormTreeOptions = { key?: string; path?: string; parentSchema?: InstillJSONSchema; checkIsHidden?: CheckIsHidden; }; export declare function transformInstillJSONSchemaToFormTree(targetSchema: InstillJSONSchemaDefinition, options?: TransformInstillJSONSchemaToFormTreeOptions): InstillFormTree; //# sourceMappingURL=transformInstillJSONSchemaToFormTree.d.ts.map