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