import type { MigratorParameters } from './types.js';
export declare function migrator(params?: MigratorParameters): Promise<void>;
