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