import { type MigrateLegacyConfigResult, type ResolveLegacyPlugin } from './migrate.js';
export { migrateLegacyConfig } from './migrate.js';
export type { MigrateLegacyConfigOptions, MigrateLegacyConfigResult, MigrationMessage, ResolveLegacyPlugin, } from './migrate.js';
export declare const createDefaultPluginResolver: (cwd: string) => ResolveLegacyPlugin;
export declare function run(argv?: string[]): Promise<MigrateLegacyConfigResult>;
