export declare let baseUrl: string; export declare namespace config { class urls { static authenticationService: string; static auditsService: string; static metadataService: string; static eventService: string; static identityService: string; static vendorsService: string; static oauthService: string; static entitlementsService: string; } }