import { OAuthFlows } from './OAuthFlow/OAuthFlows'; import { SecuritySchemaBase, SecuritySchemaParent } from './SecuritySchemaBase'; import type { OAuth2SecuritySchemaModel } from '../types'; export declare class OAuth2SecuritySchema extends SecuritySchemaBase implements OAuth2SecuritySchemaModel { #private; constructor(parent: SecuritySchemaParent); get type(): 'oauth2'; get flows(): OAuthFlows; } //# sourceMappingURL=OAuth2SecuritySchema.d.ts.map