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