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