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