import { OpenAPIObject, SchemaObject } from "openapi3-ts";
export declare type Schemas = {
    [schema: string]: SchemaObject;
};
export declare const extractSchemas: (obj: OpenAPIObject) => Schemas;
