export declare const translateText: (text: string, sourceLang: string, targetLang: string) => Promise<string>;
