import { ComponentOutoutReferenceHint, InstillFormTree } from "../types"; export declare function transformInstillFormTreeToReferenceHints(tree: InstillFormTree, isObjectArrayChild?: boolean, objectArrayParentPath?: string): ComponentOutoutReferenceHint[]; //# sourceMappingURL=transformInstillFormTreeToReferenceHints.d.ts.map