import type { MigrationConfig } from "../migrator.js"; import type { BetterSQLite3Database } from "./driver.js"; export declare function migrate>(db: BetterSQLite3Database, config: MigrationConfig): void;