import type { ChannelWithKey } from '../types/index.js';
type ChannelGroup = {
    exchanges: ChannelWithKey[];
    queues: ChannelWithKey[];
};
export declare function generateMessageReferencesHeader(channelGroups: ChannelGroup): string;
export {};
