import { SchemaObject } from '../interfaces/open-api-spec.interface';
export declare function applyExampleMaxDepth(schemas: Record<string, SchemaObject>, globalMaxDepth: number | undefined): void;
