export function MysKeyTranslate(config: any): (value: any, parames?: { from: string; to: string; }) => Promise; export class MysKeyTranslate { constructor(config: any); requestNumber: number; config: any; baiduApi: string; createUrl: (domain: any, form: any) => string; requestApi: (value: any, parames: any) => Promise; translate: (value: any, parames?: { from: string; to: string; }) => Promise; _createObjValue: (value: any, parames: any) => Promise<{}>; }