export interface MigrateRemovalsTaskOptions { file: string; outputFile?: string; dryRun?: boolean; } export declare const GET_MIGRATE_REMOVALS_TASK: () => { readonly name: "migrate-removals"; readonly description: "Utility to mint legacy removals"; readonly run: (options: MigrateRemovalsTaskOptions, _: CustomHardHatRuntimeEnvironment) => Promise; };