export declare function getCommandDetail(name: any, provider: any, version: any): Promise<any[]>;
export declare function getParsedTemplateObj(templateFile: any): Promise<any>;
export declare function getCustomerCommandInfo(parsedTemplateObj: any): string[];
export declare function registerCommandChecker(program: any): void;
export declare function registerVerbose(program: any): void;
export declare function recordCommandHistory(argv: string[]): void;
declare const _default: {
    registerCommandChecker: typeof registerCommandChecker;
    recordCommandHistory: typeof recordCommandHistory;
};
export default _default;
