import type { PipelineRecipe } from "instill-sdk"; import { Node } from "reactflow"; import { GeneralRecord } from "../../../lib"; import { NodeData } from "../type"; export type CreateNodesFromPipelineRecipeOptions = { metadata?: GeneralRecord; }; export declare function createNodesFromPipelineRecipe(recipe: PipelineRecipe, options?: CreateNodesFromPipelineRecipeOptions): Node[]; //# sourceMappingURL=createNodesFromPipelineRecipe.d.ts.map