import type { BackupEntry } from "./queries.ts"; export declare function storageListRows(entries: BackupEntry[], basePath: string, activeDatabase: string | undefined, mode?: "local" | "s3"): import("hono/utils/html").HtmlEscapedString | Promise | (import("hono/utils/html").HtmlEscapedString | Promise)[]; export declare function activeDbIndicator(name: string, active: boolean): import("hono/utils/html").HtmlEscapedString | Promise; export declare function storageView(opts: { entries: BackupEntry[]; basePath: string; activeDatabase: string | undefined; s3?: boolean; }): import("hono/utils/html").HtmlEscapedString | Promise; //# sourceMappingURL=views.d.ts.map