import type { SchemaObject, SchemaReferenceType } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document'; /** * Extract schema name from various schema formats * * Handles $ref, title, name, type, and schema dictionary lookup */ export declare const getModelNameFromSchema: (schemaOrRef: SchemaObject | SchemaReferenceType) => string | null; //# sourceMappingURL=schema-name.d.ts.map