import { ICommand, OptionList } from './commandDefinition'; export declare function generateCompletionScript(rootCommand: ICommand): string; export declare function installAutoCompletion(rootCommand: ICommand): boolean; export declare function setupCompletion(rootCommand: ICommand): boolean;