import type { PostMigrationModule } from '../types'; export declare const loadMigration: (absolutePath: string) => Promise;