export interface ITranslateData {
    text: string;
    locale: string;
}
//# sourceMappingURL=translationThread.d.ts.map