import { Locale } from "../index";
export declare function clearContent(value: string, tagName?: string): string;
export declare function translate(stringToTranslate: string[], lang?: Locale): Promise<string[]>;
//# sourceMappingURL=translationUtils.d.ts.map