import type { ChannelsFiles } from '../types.js'; export declare function replaceChannelRefs(obj: unknown, fromDir: string, channelsFiles: ChannelsFiles): void; //# sourceMappingURL=replace-channel-refs.d.ts.map