/** Empty dialog shell rendered once in the ER diagram page */ export declare function editsDialogShell(): import("hono/utils/html").HtmlEscapedString | Promise; /** Full dialog body — patched via SSE when the Edits button is clicked */ export declare function editsDialogContent(entries: Array<{ tableName: string; sql: string; }>, base: string): import("hono/utils/html").HtmlEscapedString | Promise; /** Publish + Edits action buttons — patched when pending count changes */ export declare function schemaActions(base: string, pendingCount: number): import("hono/utils/html").HtmlEscapedString | Promise; //# sourceMappingURL=edits-dialog.d.ts.map