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