import type { OpenAPIObject } from "openapi3-ts"; import { type TaggedSchemaObject } from "./oas-helpers.js"; export declare function findTaggedSchemas(oas: OpenAPIObject): Array;