import { type OpenAPIObject } from "openapi3-ts"; export declare function fixupSpecSchemaRefs(oas: OpenAPIObject): void;