import type { BotConfig } from "../../config/config.js"; import type { ChannelId } from "./types.js"; export declare function resolveChannelConfigWrites(params: { cfg: BotConfig; channelId?: ChannelId | null; accountId?: string | null; }): boolean;