/** * Browser friendly function to convert Uint8Array message id to base64 string. */ export declare function messageIdToString(msgId: Uint8Array): string; //# sourceMappingURL=messageIdToString.d.ts.map