UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 266 B
/** Estimate base64 size for a byte count. */ export declare function estimateBase64Size(bytes: number): number; /** Resolve video base64 byte limit from raw byte limit and global cap. */ export declare function resolveVideoMaxBase64Bytes(maxBytes: number): number;