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