import { InjectionToken } from '@angular/core'; import { RequiredIdClaims, EntityNavigator, GetEventTypeNameFunction, GetEntityIconFunction, GetRoleNameFunction, OnApiErrorFunction, GetBreadcrumbDisplayNameFunction, EventViewer } from './types'; import { HashMap } from '@ngneat/transloco'; export declare const LIST_OF_ROLES: InjectionToken; export declare const LIST_OF_ROOT_ROLES: InjectionToken; export declare const REQUIRED_ID_CLAIMS: InjectionToken; export declare const ASYNC_INIT: InjectionToken; export declare const ENTITY_NAVIGATOR: InjectionToken; export declare const EVENT_VIEWER: InjectionToken; export declare const GET_ENTITY_ICON: InjectionToken; export declare const GET_EVENT_TYPE_NAME: InjectionToken; export declare const GET_ROLE_NAME: InjectionToken; export declare const LIST_OF_UNASSIGNABLE_ROLES: InjectionToken; export declare const GET_BREADCRUMB_DISPLAY_NAME: InjectionToken; export declare const ON_API_ERROR: InjectionToken; export declare const LANGUAGE_ROUTE_ENABLED: InjectionToken; export declare const LANGUAGE_TO_LOCALES_MAPPING: InjectionToken>; export declare const OIDC_REDIRECT_PATH: InjectionToken>; export declare const SPA_ACCESS_LOCKED_SHOW_RETURN_TO_HOME_BUTTON: InjectionToken>; export declare const SPA_INVISIBLE_CAPTCHA_ENABLED: InjectionToken;