export declare class I18nFunctions { private allFunctions; constructor(); get(languageCode: string): []; }