import { OpenAPI } from 'openapi-types';
/**
 * Resolves the display name for a tag. Prioritizes x-group extension, falls back to tag name.
 */
export declare const getTagDisplayName: (tagName: string | undefined, schema: OpenAPI.Document) => string | undefined;
