import type { AsyncApiDefinition } from '../types/index.js';
export declare function mapChannelToOperations(rawAsyncApiDoc: AsyncApiDefinition): Record<string, string[]>;
