import type { MigrationFile } from "./queries.ts"; export declare function migrationsView(opts: { files: MigrationFile[]; applied: string[]; basePath: string; }): import("hono/utils/html").HtmlEscapedString | Promise; //# sourceMappingURL=views.d.ts.map