import type { PostgresAdapter } from './types'; export declare function migrate(this: PostgresAdapter): Promise; //# sourceMappingURL=migrate.d.ts.map