declare function kirilToLotin(text: string): string; declare function lotinToKiril(text: string): string; export { kirilToLotin, lotinToKiril };