export declare const translator: (source: string, target: string, text: string) => Promise<string>;
