///
import { TestModuleMetadata } from '@angular/core/testing';
export declare const _uofxI18NServiceSpy: {
trans: jasmine.Spy;
switchLang: jasmine.Spy;
getBrowserLang: jasmine.Spy;
hostUrl: any;
langVersion: any;
readonly isApp: boolean;
readonly isI18nProdApi: boolean;
readonly defaultLang: any;
currentLang: any;
readonly onLangChange: any;
};
export declare const setUp_Uofx_I18NServiceTestModule: (moduleDef: TestModuleMetadata) => void;