import type { ProblemJson } from '../types'; export declare const UNPROCESSABLE_ENTITY: Omit; export declare const NOT_ACCEPTABLE: Omit; export declare const NOT_FOUND: Omit; export declare const NO_RESPONSE_DEFINED: Omit; export declare const UNAUTHORIZED: Omit; export declare const VIOLATIONS: Omit; export declare const INVALID_CONTENT_TYPE: Omit; export declare const SCHEMA_TOO_COMPLEX: Omit;