export declare class ConventionService {
    productionNamespaces: string[];
    namespaces: string[];
    private interactiveClientIdMap;
    private clientIdMap;
    private clientSecretMap;
    private dxpAccessTokenMap;
    preventAuthFallback: string;
    constructor(namespace?: string);
    private getApiURL;
    private _namespace;
    get namespace(): string;
    get isProduction(): boolean;
    get auth_api_url(): string;
    get admin_api_url(): string;
    get services_api_url(): string;
    get xapi_api_url(): string;
    bucket: string;
    bucket_vanity_url: string;
    assets_folder: string;
    stripo_api_ver: string;
    get stripo_api_url(): string;
    get auth_filename(): string;
    get auth0_api_url(): string;
    get auth0_audience(): string;
    get auth0_client_id(): any;
    get auth0_client_secret(): any;
    get auth0_client_id_interactive(): any;
    get dxp_access_token(): string;
}
