export declare function messageIdToString(msgId: Uint8Array): string;
export declare function messageIdFromString(msgId: string): Uint8Array;
