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