import { OpenAPIV3 } from 'openapi-types'; declare const renderHttpSecurity: (securityKey: string, securityScheme: OpenAPIV3.HttpSecurityScheme) => string; export { renderHttpSecurity };