import { appTranslations } from '../../../internal/translations';
import * as i0 from "@angular/core";
export declare class TranslationService {
    private currentLang;
    setLanguage(lang: keyof typeof appTranslations): void;
    getCurrentLanguage(): keyof typeof appTranslations;
    translate(path: string): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<TranslationService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TranslationService>;
}
