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