export declare class I18nUtil { static instant(key: string, param?: any): string; private static getCurrentLangResource; } export declare class I18nService { constructor(); instant(key: string, param?: any): string; }