import { HttpStatus } from './HttpStatus';
export declare const httpStatusText: (statusCode: HttpStatus) => string;
