export declare const interceptorCmd: string[];
/**
 * 注入命令
 * @param commander 命令对象上下文
 */
export declare function injectCommand(commander: any): void;
/**
 * 获取 taro-cli 路径
 */
export declare function getTaroCli(): string;
/** 字符串替换，Hola 替换 Taro */
export declare function replaceTaroToHola(data: any): any;
