import { type ChannelsFiles, type ComponentsFiles } from '../types.js'; export declare function iterateAsyncApiChannels({ channels, asyncapiDir, outDir, componentsFiles, pathSeparator, ext, }: { channels: Record | undefined; asyncapiDir: string; outDir: string; componentsFiles: ComponentsFiles; pathSeparator: string; ext: string; }): ChannelsFiles; //# sourceMappingURL=iterate-asyncapi-channels.d.ts.map