import type { Config } from '../../../../config/schema.js'; export declare function applyChannelsPatch(config: Config, body: unknown): void;