import type { OpenAPIV3 } from '@scalar/openapi-types';
import type { SecurityUi } from '../../types';
export declare function getSecurityUi(security: OpenAPIV3.SecuritySchemeObject[], securitySchemes: Record<string, OpenAPIV3.SecuritySchemeObject>): SecurityUi;
