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