export declare class TestingConfigurationService { config: any; private currentLang; constructor(); readonly settings: any; getCurrentLang(): string; setCurrentLang(lang: string): void; }