import type { LegacyConfigRule } from "../../config/legacy.shared.js"; import type { ChannelId } from "./types.public.js"; export declare function collectChannelLegacyConfigRules(raw?: unknown, touchedPaths?: ReadonlyArray>, excludedChannelIds?: ReadonlySet): LegacyConfigRule[];