export declare class CyrillToLatin { static toCyrillic(latinText: string): string; static toLatin(cyrillicText: string): string; }