export interface OTRClientMap { /** User ID → Encrypted Payload (use `string` for base64 and `Uint8Array` for Protobuf) */ [clientId: string]: T; } //# sourceMappingURL=OTRClientMap.d.ts.map