import type { StatusCodes } from '../types';
export declare const statusTextMap: Record<StatusCodes, string>;
export declare const statusTextMapWithPrefix: Record<StatusCodes, string>;
