import type { OptionValues } from 'commander';
import type BaseCommand from '../base-command.js';
export declare const completionGenerate: (_options: OptionValues, command: BaseCommand) => Promise<undefined>;
export declare const completionUninstall: (_options: OptionValues, command: BaseCommand) => Promise<undefined>;
//# sourceMappingURL=completion.d.ts.map