import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts'; export declare const cmdUninstallCompletion: { description: string; hidden: boolean; run: typeof run; }; export declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise; //# sourceMappingURL=cmd-uninstall-completion.d.mts.map