export declare function BaiduTranslate(msg: string, appid: string, secret: string): Promise<string>;
