import type { MigrateConfig } from './types';
export declare const runMigration: (config: MigrateConfig, latestVersion: string) => Promise<void>;
