export declare function getCommandDetail(name: any, provider: any, version: any): Promise>; export declare function getParsedTemplateObj(templateFile: any): Promise<{ [key: string]: any; }>; export declare function getCustomerCommandInfo(parsedTemplateObj: any): Array; export declare function createCustomerCommand(templateFile: string): Promise>; export declare function registerCommandChecker(program: any): void; export declare function registerExitOverride(program: any): Promise; export declare function registerCustomerCommand(system_command: any, templateFile: string): Promise; export declare function regiserUniversalCommand(system_command: any, templateFile: string): Promise; export declare function registerVerbose(program: any): void; export declare function recordCommandHistory(argv: string[]): void; export default registerCommandChecker; //# sourceMappingURL=command.d.ts.map