export declare class HttpStatus { static NO_CONTENT: string; static NOT_MODIFIED: string; static NOT_FOUND: string; static STATUS_CODE_200: number; static STATUS_CODE_201: number; static STATUS_CODE_400: number; static STATUS_CODE_401: number; static STATUS_CODE_403: number; static STATUS_CODE_404: number; static STATUS_CODE_408: number; static STATUS_CODE_409: number; static STATUS_CODE_500: number; } //# sourceMappingURL=HttpStatus.d.ts.map