export declare class GlobalConfig { private static readonly httpErrorMap; static readonly LOG_FILE_NAME: string; static readonly DEFAULT_TIMEOUT_IN_MS: number; static isCustomErrorMessageRequired(statusCode: number): boolean; static getCustomErrorMessage(statusCode: number): string; }