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