/**
 * The method not allowed response
 */
export declare const METHOD_NOT_ALLOWED: Response;
/**
 * The not found response
 */
export declare const NOT_FOUND: Response;
/**
 * The OpenAPI error response
 */
export declare const OPENAPI_ERROR: Response;
