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