export declare class LzLanguageService { private currentLanguage; identifyLanguage: () => string; setLanguage: (newLanguage: any) => void; }