/** * @file processAsync * @author Cuttle Cong * @date 2018/3/27 * @description */ declare function processAsync(process: any, cmd: string, cb: any): void; export default processAsync;