import type { DatabaseAdapter } from "./db.js";
export declare function migrate(db: DatabaseAdapter): Promise<void>;
