import * as i0 from "@angular/core"; /** * The `TransliterationService` wraps the [@sindresorhus/transliterate](https://www.npmjs.com/package/@sindresorhus/transliterate) library */ export declare class TransliterationService { constructor(); /** * * @param s the string to be transliterated * @returns the result of the transliteration */ transliterate(s: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }