export declare function googleTranslate(word: string, originLang: string, targetLang: string, proxy?: string | undefined): Promise<string>;
