/**
 * HTTP status code constants
 * @module hono-ban/constants/status-codes
 */
import type { ErrorStatusCode } from "../types/error";
/**
 * Map of HTTP error status codes to their default messages
 */
export declare const STATUS_CODES: Record<ErrorStatusCode, string>;
