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