import Document from "@atjson/document"; export interface GraphvizOptions { shape: string; } export default class GraphvizRenderer { static render(document: Document, options?: GraphvizOptions): string; } //# sourceMappingURL=index.d.ts.map