import { type TranslateParams, type TranslationStats } from "../../../schemas/index"; export declare function getLanguage(code: string | undefined): string; export declare function isAfrican(code: string | undefined): boolean; export declare function translate(params: TranslateParams, requestId?: string): AsyncGenerator; //# sourceMappingURL=translate.d.ts.map