import { OpenAPIV3 } from "openapi-types";
export type SecuritySchemes = {
    [key: string]: OpenAPIV3.SecuritySchemeObject;
};
