import { Node } from "@diagrams-ts/graphviz-functional-ts"; export declare const createProvider: (imagePath: string) => (label: string) => Node;