import { InjectionToken } from '@angular/core';
export declare class CoreModuleOptions {
    apiUrl: string;
    languages: string[];
    loginURL: string;
    refreshLoginURL: string;
    allowRefreshToken: boolean;
    libraries: string[];
    locale: string;
    nbRetryOnNetworkError: number;
    contentSecurityPolicyActivated: boolean;
}
export declare const CAUSE_CORE_MODULE_OPTIONS: InjectionToken<CoreModuleOptions>;
export declare function CAUSE_CORE_MODULE_OPTIONS_FACTORY(): CoreModuleOptions;
