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