import type { BotConfig } from "../../config/config.js"; export declare function resolveChannelMediaMaxBytes(params: { cfg: BotConfig; resolveChannelLimitMb: (params: { cfg: BotConfig; accountId: string; }) => number | undefined; accountId?: string | null; }): number | undefined;