import type { Graph } from "../../core/graph/types"; export declare function nodeDefinition(type: string): import("../..").NodeDefinition; export declare function createNodeByType(type: string, id: string, x: number, y: number, label?: string): import("../..").NodeInstance; export declare function buildGraph(name: string, nodes: ReturnType[], edges: Array<[string, string, string, string]>): Graph; //# sourceMappingURL=graphBuilder.d.ts.map