import type { Oas3Rule } from '../../visitors';
/**
 * Validation according to rfc7807 - https://datatracker.ietf.org/doc/html/rfc7807
 */
export declare const Operation4xxProblemDetailsRfc7807: Oas3Rule;
