import type { AsyncApiChannelObject, AsyncApiDocument, AsyncApiServerObject } from '@scalar/types/asyncapi/3.1'; import type { SecurityRequirementObject } from '../schemas/v3.2/strict/security-requirement.js'; import type { ChannelOperationSummary } from './get-channel-operations.js'; /** * Merges security requirements from the selected server and all operations on a channel. */ export declare const getChannelConnectionSecurityRequirements: (document: AsyncApiDocument, _channel: AsyncApiChannelObject, server: AsyncApiServerObject | null, channelOperations: ChannelOperationSummary[]) => SecurityRequirementObject[]; //# sourceMappingURL=get-channel-connection-security.d.ts.map