export declare function createEssentialsMockFactory(mockFn: any): { i18n: { getLanguage: Function | undefined; getLocale: Function | undefined; }; bi: { getLogger: Function | undefined; }; monitoring: { getMonitoringClient: Function | undefined; }; experiments: { enabled: Function | undefined; get: Function | undefined; }; settings: { getTimezone: Function | undefined; }; auth: { elevate: Function | undefined; getContextualAuth: Function | undefined; getTokenInfo: Function | undefined; }; httpClient: { fetchWithAuth: Function | undefined; graphql: Function | undefined; }; errorHandler: { withErrorHandler: Function | undefined; getResolvedError: Function | undefined; showError: Function | undefined; reportRetryAttempt: Function | undefined; }; };