import { SkyContribLocaleService } from '../locale'; export declare class SkyContribTranslateService { localeService: SkyContribLocaleService; constructor(localeService: SkyContribLocaleService); translate(key: string): string; addTranslation(language: string, translation: any): void; init(): Promise; }