import type { TableSchema } from "../queries.ts"; export declare function svgRelations(schema: TableSchema[], positions: Record, BOX_W: number, BOX_HEADER_H: number, ROW_H: number): import("hono/utils/html").HtmlEscapedString | Promise; //# sourceMappingURL=svg-relations.d.ts.map