@signalapp/libsignal-client 0.85.0 → 0.85.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AccountKeys.js +1 -1
- package/dist/Address.d.ts +1 -1
- package/dist/Address.js +1 -1
- package/dist/EcKeys.d.ts +1 -1
- package/dist/EcKeys.js +1 -1
- package/dist/Errors.d.ts +1 -1
- package/dist/MessageBackup.d.ts +1 -1
- package/dist/MessageBackup.js +1 -1
- package/dist/Minidump.js +1 -1
- package/dist/Mp4Sanitizer.d.ts +1 -1
- package/dist/Mp4Sanitizer.js +1 -1
- package/dist/Native.d.ts +365 -0
- package/dist/Native.js +14 -0
- package/dist/SealedSenderMultiRecipientMessage.d.ts +1 -1
- package/dist/SealedSenderMultiRecipientMessage.js +1 -1
- package/dist/WebpSanitizer.js +1 -1
- package/dist/acknowledgments.md +1 -1
- package/dist/incremental_mac.js +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/index.js +2 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.js +1 -1
- package/dist/io.d.ts +1 -1
- package/dist/net/CDSI.d.ts +1 -1
- package/dist/net/CDSI.js +1 -1
- package/dist/net/Chat.d.ts +7 -6
- package/dist/net/Chat.js +4 -3
- package/dist/net/FakeChat.d.ts +31 -0
- package/dist/net/FakeChat.js +67 -0
- package/dist/net/KeyTransparency.d.ts +1 -1
- package/dist/net/KeyTransparency.js +1 -1
- package/dist/net/Registration.d.ts +5 -4
- package/dist/net/Registration.js +8 -4
- package/dist/net/SvrB.d.ts +1 -1
- package/dist/net/SvrB.js +1 -1
- package/dist/net/chat/UnauthMessagesService.js +1 -1
- package/dist/net/chat/UnauthUsernamesService.d.ts +19 -0
- package/dist/net/chat/UnauthUsernamesService.js +6 -1
- package/dist/net.d.ts +1 -1
- package/dist/net.js +1 -1
- package/dist/usernames.js +1 -1
- package/dist/uuid.d.ts +1 -0
- package/dist/uuid.js +6 -0
- package/dist/zkgroup/GenericServerPublicParams.js +1 -1
- package/dist/zkgroup/GenericServerSecretParams.js +1 -1
- package/dist/zkgroup/ServerPublicParams.d.ts +1 -1
- package/dist/zkgroup/ServerPublicParams.js +1 -1
- package/dist/zkgroup/ServerSecretParams.d.ts +1 -1
- package/dist/zkgroup/ServerSecretParams.js +1 -1
- package/dist/zkgroup/auth/AuthCredentialPresentation.js +1 -1
- package/dist/zkgroup/auth/AuthCredentialWithPni.js +1 -1
- package/dist/zkgroup/auth/AuthCredentialWithPniResponse.js +1 -1
- package/dist/zkgroup/auth/ClientZkAuthOperations.js +1 -1
- package/dist/zkgroup/auth/ServerZkAuthOperations.js +1 -1
- package/dist/zkgroup/backups/BackupAuthCredential.js +1 -1
- package/dist/zkgroup/backups/BackupAuthCredentialPresentation.js +1 -1
- package/dist/zkgroup/backups/BackupAuthCredentialRequest.js +1 -1
- package/dist/zkgroup/backups/BackupAuthCredentialRequestContext.js +1 -1
- package/dist/zkgroup/backups/BackupAuthCredentialResponse.js +1 -1
- package/dist/zkgroup/calllinks/CallLinkAuthCredential.js +1 -1
- package/dist/zkgroup/calllinks/CallLinkAuthCredentialPresentation.js +1 -1
- package/dist/zkgroup/calllinks/CallLinkAuthCredentialResponse.js +1 -1
- package/dist/zkgroup/calllinks/CallLinkPublicParams.js +1 -1
- package/dist/zkgroup/calllinks/CallLinkSecretParams.js +1 -1
- package/dist/zkgroup/calllinks/CreateCallLinkCredential.js +1 -1
- package/dist/zkgroup/calllinks/CreateCallLinkCredentialPresentation.js +1 -1
- package/dist/zkgroup/calllinks/CreateCallLinkCredentialRequest.js +1 -1
- package/dist/zkgroup/calllinks/CreateCallLinkCredentialRequestContext.js +1 -1
- package/dist/zkgroup/calllinks/CreateCallLinkCredentialResponse.js +1 -1
- package/dist/zkgroup/groups/ClientZkGroupCipher.js +1 -1
- package/dist/zkgroup/groups/GroupPublicParams.js +1 -1
- package/dist/zkgroup/groups/GroupSecretParams.js +1 -1
- package/dist/zkgroup/groups/ProfileKeyCiphertext.js +1 -1
- package/dist/zkgroup/groups/UuidCiphertext.js +1 -1
- package/dist/zkgroup/groupsend/GroupSendDerivedKeyPair.js +1 -1
- package/dist/zkgroup/groupsend/GroupSendEndorsement.js +1 -1
- package/dist/zkgroup/groupsend/GroupSendEndorsementsResponse.js +1 -1
- package/dist/zkgroup/groupsend/GroupSendFullToken.js +1 -1
- package/dist/zkgroup/groupsend/GroupSendToken.js +1 -1
- package/dist/zkgroup/internal/ByteArray.js +1 -1
- package/dist/zkgroup/profiles/ClientZkProfileOperations.js +1 -1
- package/dist/zkgroup/profiles/ExpiringProfileKeyCredential.js +1 -1
- package/dist/zkgroup/profiles/ExpiringProfileKeyCredentialResponse.js +1 -1
- package/dist/zkgroup/profiles/ProfileKey.js +1 -1
- package/dist/zkgroup/profiles/ProfileKeyCommitment.js +1 -1
- package/dist/zkgroup/profiles/ProfileKeyCredentialPresentation.js +1 -1
- package/dist/zkgroup/profiles/ProfileKeyCredentialRequest.js +1 -1
- package/dist/zkgroup/profiles/ProfileKeyCredentialRequestContext.js +1 -1
- package/dist/zkgroup/profiles/ServerZkProfileOperations.js +1 -1
- package/dist/zkgroup/receipts/ClientZkReceiptOperations.js +1 -1
- package/dist/zkgroup/receipts/ReceiptCredential.js +1 -1
- package/dist/zkgroup/receipts/ReceiptCredentialPresentation.js +1 -1
- package/dist/zkgroup/receipts/ReceiptCredentialRequest.js +1 -1
- package/dist/zkgroup/receipts/ReceiptCredentialRequestContext.js +1 -1
- package/dist/zkgroup/receipts/ReceiptCredentialResponse.js +1 -1
- package/dist/zkgroup/receipts/ServerZkReceiptOperations.js +1 -1
- package/package.json +4 -3
- package/prebuilds/darwin-arm64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/darwin-x64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/linux-arm64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/linux-x64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/win32-arm64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/win32-x64/@signalapp+libsignal-client.node +0 -0
- package/Native.d.ts +0 -817
- package/Native.js +0 -9
package/dist/AccountKeys.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* @module AccountKeys
|
|
11
11
|
*/
|
|
12
12
|
import * as crypto from 'node:crypto';
|
|
13
|
-
import Native from '
|
|
13
|
+
import * as Native from './Native.js';
|
|
14
14
|
import ByteArray from './zkgroup/internal/ByteArray.js';
|
|
15
15
|
import { PrivateKey } from './EcKeys.js';
|
|
16
16
|
/**
|
package/dist/Address.d.ts
CHANGED
package/dist/Address.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright 2021 Signal Messenger, LLC.
|
|
3
3
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
4
4
|
//
|
|
5
|
-
import Native from '
|
|
5
|
+
import * as Native from './Native.js';
|
|
6
6
|
import * as uuid from 'uuid';
|
|
7
7
|
import { Buffer } from 'node:buffer';
|
|
8
8
|
export var ServiceIdKind;
|
package/dist/EcKeys.d.ts
CHANGED
package/dist/EcKeys.js
CHANGED
package/dist/Errors.d.ts
CHANGED
package/dist/MessageBackup.d.ts
CHANGED
package/dist/MessageBackup.js
CHANGED
package/dist/Minidump.js
CHANGED
package/dist/Mp4Sanitizer.d.ts
CHANGED
package/dist/Mp4Sanitizer.js
CHANGED
package/dist/Native.d.ts
ADDED
|
@@ -0,0 +1,365 @@
|
|
|
1
|
+
export type Uuid = Uint8Array;
|
|
2
|
+
export type Timestamp = number;
|
|
3
|
+
export type LookupResponse = {
|
|
4
|
+
entries: Map<string, LookupResponseEntry>;
|
|
5
|
+
debugPermitsUsed: number;
|
|
6
|
+
};
|
|
7
|
+
export type LookupResponseEntry = {
|
|
8
|
+
readonly aci: string | undefined;
|
|
9
|
+
readonly pni: string | undefined;
|
|
10
|
+
};
|
|
11
|
+
export type ChatResponse = {
|
|
12
|
+
status: number;
|
|
13
|
+
message: string | undefined;
|
|
14
|
+
headers: ReadonlyArray<[string, string]>;
|
|
15
|
+
body: Uint8Array | undefined;
|
|
16
|
+
};
|
|
17
|
+
export type ChatServiceDebugInfo = {
|
|
18
|
+
ipType: number;
|
|
19
|
+
durationMillis: number;
|
|
20
|
+
connectionInfo: string;
|
|
21
|
+
};
|
|
22
|
+
export type ResponseAndDebugInfo = {
|
|
23
|
+
response: ChatResponse;
|
|
24
|
+
debugInfo: ChatServiceDebugInfo;
|
|
25
|
+
};
|
|
26
|
+
export type SealedSenderMultiRecipientMessageRecipient = {
|
|
27
|
+
deviceIds: number[];
|
|
28
|
+
registrationIds: number[];
|
|
29
|
+
rangeOffset: number;
|
|
30
|
+
rangeLen: number;
|
|
31
|
+
};
|
|
32
|
+
export type SealedSenderMultiRecipientMessage = {
|
|
33
|
+
recipientMap: {
|
|
34
|
+
[serviceId: string]: SealedSenderMultiRecipientMessageRecipient;
|
|
35
|
+
};
|
|
36
|
+
excludedRecipients: string[];
|
|
37
|
+
offsetOfSharedData: number;
|
|
38
|
+
};
|
|
39
|
+
export declare enum IdentityChange {
|
|
40
|
+
NewOrUnchanged = 0,
|
|
41
|
+
ReplacedExisting = 1
|
|
42
|
+
}
|
|
43
|
+
export type IdentityKeyStore = {
|
|
44
|
+
_getIdentityKey: () => Promise<PrivateKey>;
|
|
45
|
+
_getLocalRegistrationId: () => Promise<number>;
|
|
46
|
+
_saveIdentity: (name: ProtocolAddress, key: PublicKey) => Promise<IdentityChange>;
|
|
47
|
+
_isTrustedIdentity: (name: ProtocolAddress, key: PublicKey, sending: boolean) => Promise<boolean>;
|
|
48
|
+
_getIdentity: (name: ProtocolAddress) => Promise<PublicKey | null>;
|
|
49
|
+
};
|
|
50
|
+
export type SessionStore = {
|
|
51
|
+
_saveSession: (addr: ProtocolAddress, record: SessionRecord) => Promise<void>;
|
|
52
|
+
_getSession: (addr: ProtocolAddress) => Promise<SessionRecord | null>;
|
|
53
|
+
};
|
|
54
|
+
export type PreKeyStore = {
|
|
55
|
+
_savePreKey: (preKeyId: number, record: PreKeyRecord) => Promise<void>;
|
|
56
|
+
_getPreKey: (preKeyId: number) => Promise<PreKeyRecord>;
|
|
57
|
+
_removePreKey: (preKeyId: number) => Promise<void>;
|
|
58
|
+
};
|
|
59
|
+
export type SignedPreKeyStore = {
|
|
60
|
+
_saveSignedPreKey: (signedPreKeyId: number, record: SignedPreKeyRecord) => Promise<void>;
|
|
61
|
+
_getSignedPreKey: (signedPreKeyId: number) => Promise<SignedPreKeyRecord>;
|
|
62
|
+
};
|
|
63
|
+
export type KyberPreKeyStore = {
|
|
64
|
+
_saveKyberPreKey: (kyberPreKeyId: number, record: KyberPreKeyRecord) => Promise<void>;
|
|
65
|
+
_getKyberPreKey: (kyberPreKeyId: number) => Promise<KyberPreKeyRecord>;
|
|
66
|
+
_markKyberPreKeyUsed: (kyberPreKeyId: number, signedPreKeyId: number, baseKey: PublicKey) => Promise<void>;
|
|
67
|
+
};
|
|
68
|
+
export type SenderKeyStore = {
|
|
69
|
+
_saveSenderKey: (sender: ProtocolAddress, distributionId: Uuid, record: SenderKeyRecord) => Promise<void>;
|
|
70
|
+
_getSenderKey: (sender: ProtocolAddress, distributionId: Uuid) => Promise<SenderKeyRecord | null>;
|
|
71
|
+
};
|
|
72
|
+
export type InputStream = {
|
|
73
|
+
_read: (amount: number) => Promise<Uint8Array>;
|
|
74
|
+
_skip: (amount: number) => Promise<void>;
|
|
75
|
+
};
|
|
76
|
+
export type SyncInputStream = Uint8Array;
|
|
77
|
+
export type ChatListener = {
|
|
78
|
+
_incoming_message: (envelope: Uint8Array, timestamp: number, ack: ServerMessageAck) => void;
|
|
79
|
+
_queue_empty: () => void;
|
|
80
|
+
_received_alerts: (alerts: string[]) => void;
|
|
81
|
+
_connection_interrupted: (reason: Error | null) => void;
|
|
82
|
+
};
|
|
83
|
+
export type ChallengeOption = 'pushChallenge' | 'captcha';
|
|
84
|
+
export type RegistrationPushTokenType = 'apn' | 'fcm';
|
|
85
|
+
export type RegistrationCreateSessionRequest = {
|
|
86
|
+
number: string;
|
|
87
|
+
push_token?: string;
|
|
88
|
+
push_token_type?: RegistrationPushTokenType;
|
|
89
|
+
mcc?: string;
|
|
90
|
+
mnc?: string;
|
|
91
|
+
};
|
|
92
|
+
export type RegisterResponseBadge = {
|
|
93
|
+
id: string;
|
|
94
|
+
visible: boolean;
|
|
95
|
+
expirationSeconds: number;
|
|
96
|
+
};
|
|
97
|
+
export type CheckSvr2CredentialsResponse = Map<string, 'match' | 'no-match' | 'invalid'>;
|
|
98
|
+
export type SignedPublicPreKey = {
|
|
99
|
+
keyId: number;
|
|
100
|
+
publicKey: Uint8Array;
|
|
101
|
+
signature: Uint8Array;
|
|
102
|
+
};
|
|
103
|
+
export type Wrapper<T> = Readonly<{
|
|
104
|
+
_nativeHandle: T;
|
|
105
|
+
}>;
|
|
106
|
+
export type MessageBackupValidationOutcome = {
|
|
107
|
+
errorMessage: string | null;
|
|
108
|
+
unknownFieldMessages: Array<string>;
|
|
109
|
+
};
|
|
110
|
+
export type AccountEntropyPool = string;
|
|
111
|
+
export type CancellablePromise<T> = Promise<T> & {
|
|
112
|
+
_cancellationToken: bigint;
|
|
113
|
+
};
|
|
114
|
+
export type Serialized<T> = Uint8Array;
|
|
115
|
+
type ConnectChatBridge = Wrapper<ConnectionManager>;
|
|
116
|
+
type TestingFutureCancellationGuard = Wrapper<TestingFutureCancellationCounter>;
|
|
117
|
+
declare const registerErrors: (errorsModule: Record<string, unknown>) => void, initLogger: (maxLevel: LogLevel, callback: (level: LogLevel, target: string, file: string | null, line: number | null, message: string) => void) => void, SealedSenderMultiRecipientMessage_Parse: (buffer: Uint8Array) => SealedSenderMultiRecipientMessage, MinidumpToJSONString: (buffer: Uint8Array) => string, Aes256GcmSiv_New: (key: Uint8Array) => Aes256GcmSiv, Aes256GcmSiv_Encrypt: (aesGcmSivObj: Wrapper<Aes256GcmSiv>, ptext: Uint8Array, nonce: Uint8Array, associatedData: Uint8Array) => Uint8Array, Aes256GcmSiv_Decrypt: (aesGcmSiv: Wrapper<Aes256GcmSiv>, ctext: Uint8Array, nonce: Uint8Array, associatedData: Uint8Array) => Uint8Array, PublicKey_HpkeSeal: (pk: Wrapper<PublicKey>, plaintext: Uint8Array, info: Uint8Array, associatedData: Uint8Array) => Uint8Array, PrivateKey_HpkeOpen: (sk: Wrapper<PrivateKey>, ciphertext: Uint8Array, info: Uint8Array, associatedData: Uint8Array) => Uint8Array, HKDF_DeriveSecrets: (outputLength: number, ikm: Uint8Array, label: Uint8Array | null, salt: Uint8Array | null) => Uint8Array, ServiceId_ServiceIdBinary: (value: Uint8Array) => Uint8Array, ServiceId_ServiceIdString: (value: Uint8Array) => string, ServiceId_ServiceIdLog: (value: Uint8Array) => string, ServiceId_ParseFromServiceIdBinary: (input: Uint8Array) => Uint8Array, ServiceId_ParseFromServiceIdString: (input: string) => Uint8Array, ProtocolAddress_New: (name: string, deviceId: number) => ProtocolAddress, PublicKey_Deserialize: (data: Uint8Array) => PublicKey, PublicKey_Serialize: (obj: Wrapper<PublicKey>) => Uint8Array, PublicKey_GetPublicKeyBytes: (obj: Wrapper<PublicKey>) => Uint8Array, ProtocolAddress_DeviceId: (obj: Wrapper<ProtocolAddress>) => number, ProtocolAddress_Name: (obj: Wrapper<ProtocolAddress>) => string, PublicKey_Equals: (lhs: Wrapper<PublicKey>, rhs: Wrapper<PublicKey>) => boolean, PublicKey_Compare: (key1: Wrapper<PublicKey>, key2: Wrapper<PublicKey>) => number, PublicKey_Verify: (key: Wrapper<PublicKey>, message: Uint8Array, signature: Uint8Array) => boolean, PrivateKey_Deserialize: (data: Uint8Array) => PrivateKey, PrivateKey_Serialize: (obj: Wrapper<PrivateKey>) => Uint8Array, PrivateKey_Generate: () => PrivateKey, PrivateKey_GetPublicKey: (k: Wrapper<PrivateKey>) => PublicKey, PrivateKey_Sign: (key: Wrapper<PrivateKey>, message: Uint8Array) => Uint8Array, PrivateKey_Agree: (privateKey: Wrapper<PrivateKey>, publicKey: Wrapper<PublicKey>) => Uint8Array, KyberPublicKey_Serialize: (obj: Wrapper<KyberPublicKey>) => Uint8Array, KyberPublicKey_Deserialize: (data: Uint8Array) => KyberPublicKey, KyberSecretKey_Serialize: (obj: Wrapper<KyberSecretKey>) => Uint8Array, KyberSecretKey_Deserialize: (data: Uint8Array) => KyberSecretKey, KyberPublicKey_Equals: (lhs: Wrapper<KyberPublicKey>, rhs: Wrapper<KyberPublicKey>) => boolean, KyberKeyPair_Generate: () => KyberKeyPair, KyberKeyPair_GetPublicKey: (keyPair: Wrapper<KyberKeyPair>) => KyberPublicKey, KyberKeyPair_GetSecretKey: (keyPair: Wrapper<KyberKeyPair>) => KyberSecretKey, IdentityKeyPair_Serialize: (publicKey: Wrapper<PublicKey>, privateKey: Wrapper<PrivateKey>) => Uint8Array, IdentityKeyPair_Deserialize: (input: Uint8Array) => [PublicKey, PrivateKey], IdentityKeyPair_SignAlternateIdentity: (publicKey: Wrapper<PublicKey>, privateKey: Wrapper<PrivateKey>, otherIdentity: Wrapper<PublicKey>) => Uint8Array, IdentityKey_VerifyAlternateIdentity: (publicKey: Wrapper<PublicKey>, otherIdentity: Wrapper<PublicKey>, signature: Uint8Array) => boolean, Fingerprint_New: (iterations: number, version: number, localIdentifier: Uint8Array, localKey: Wrapper<PublicKey>, remoteIdentifier: Uint8Array, remoteKey: Wrapper<PublicKey>) => Fingerprint, Fingerprint_ScannableEncoding: (obj: Wrapper<Fingerprint>) => Uint8Array, Fingerprint_DisplayString: (obj: Wrapper<Fingerprint>) => string, ScannableFingerprint_Compare: (fprint1: Uint8Array, fprint2: Uint8Array) => boolean, SignalMessage_Deserialize: (data: Uint8Array) => SignalMessage, SignalMessage_GetBody: (obj: Wrapper<SignalMessage>) => Uint8Array, SignalMessage_GetSerialized: (obj: Wrapper<SignalMessage>) => Uint8Array, SignalMessage_GetCounter: (obj: Wrapper<SignalMessage>) => number, SignalMessage_GetMessageVersion: (obj: Wrapper<SignalMessage>) => number, SignalMessage_GetPqRatchet: (msg: Wrapper<SignalMessage>) => Uint8Array, SignalMessage_New: (messageVersion: number, macKey: Uint8Array, senderRatchetKey: Wrapper<PublicKey>, counter: number, previousCounter: number, ciphertext: Uint8Array, senderIdentityKey: Wrapper<PublicKey>, receiverIdentityKey: Wrapper<PublicKey>, pqRatchet: Uint8Array) => SignalMessage, SignalMessage_VerifyMac: (msg: Wrapper<SignalMessage>, senderIdentityKey: Wrapper<PublicKey>, receiverIdentityKey: Wrapper<PublicKey>, macKey: Uint8Array) => boolean, PreKeySignalMessage_New: (messageVersion: number, registrationId: number, preKeyId: number | null, signedPreKeyId: number, baseKey: Wrapper<PublicKey>, identityKey: Wrapper<PublicKey>, signalMessage: Wrapper<SignalMessage>) => PreKeySignalMessage, PreKeySignalMessage_Deserialize: (data: Uint8Array) => PreKeySignalMessage, PreKeySignalMessage_Serialize: (obj: Wrapper<PreKeySignalMessage>) => Uint8Array, PreKeySignalMessage_GetRegistrationId: (obj: Wrapper<PreKeySignalMessage>) => number, PreKeySignalMessage_GetSignedPreKeyId: (obj: Wrapper<PreKeySignalMessage>) => number, PreKeySignalMessage_GetPreKeyId: (obj: Wrapper<PreKeySignalMessage>) => number | null, PreKeySignalMessage_GetVersion: (obj: Wrapper<PreKeySignalMessage>) => number, SenderKeyMessage_Deserialize: (data: Uint8Array) => SenderKeyMessage, SenderKeyMessage_GetCipherText: (obj: Wrapper<SenderKeyMessage>) => Uint8Array, SenderKeyMessage_Serialize: (obj: Wrapper<SenderKeyMessage>) => Uint8Array, SenderKeyMessage_GetDistributionId: (obj: Wrapper<SenderKeyMessage>) => Uuid, SenderKeyMessage_GetChainId: (obj: Wrapper<SenderKeyMessage>) => number, SenderKeyMessage_GetIteration: (obj: Wrapper<SenderKeyMessage>) => number, SenderKeyMessage_New: (messageVersion: number, distributionId: Uuid, chainId: number, iteration: number, ciphertext: Uint8Array, pk: Wrapper<PrivateKey>) => SenderKeyMessage, SenderKeyMessage_VerifySignature: (skm: Wrapper<SenderKeyMessage>, pubkey: Wrapper<PublicKey>) => boolean, SenderKeyDistributionMessage_Deserialize: (data: Uint8Array) => SenderKeyDistributionMessage, SenderKeyDistributionMessage_GetChainKey: (obj: Wrapper<SenderKeyDistributionMessage>) => Uint8Array, SenderKeyDistributionMessage_Serialize: (obj: Wrapper<SenderKeyDistributionMessage>) => Uint8Array, SenderKeyDistributionMessage_GetDistributionId: (obj: Wrapper<SenderKeyDistributionMessage>) => Uuid, SenderKeyDistributionMessage_GetChainId: (obj: Wrapper<SenderKeyDistributionMessage>) => number, SenderKeyDistributionMessage_GetIteration: (obj: Wrapper<SenderKeyDistributionMessage>) => number, SenderKeyDistributionMessage_New: (messageVersion: number, distributionId: Uuid, chainId: number, iteration: number, chainkey: Uint8Array, pk: Wrapper<PublicKey>) => SenderKeyDistributionMessage, DecryptionErrorMessage_Deserialize: (data: Uint8Array) => DecryptionErrorMessage, DecryptionErrorMessage_GetTimestamp: (obj: Wrapper<DecryptionErrorMessage>) => Timestamp, DecryptionErrorMessage_GetDeviceId: (obj: Wrapper<DecryptionErrorMessage>) => number, DecryptionErrorMessage_Serialize: (obj: Wrapper<DecryptionErrorMessage>) => Uint8Array, DecryptionErrorMessage_GetRatchetKey: (m: Wrapper<DecryptionErrorMessage>) => PublicKey | null, DecryptionErrorMessage_ForOriginalMessage: (originalBytes: Uint8Array, originalType: number, originalTimestamp: Timestamp, originalSenderDeviceId: number) => DecryptionErrorMessage, DecryptionErrorMessage_ExtractFromSerializedContent: (bytes: Uint8Array) => DecryptionErrorMessage, PlaintextContent_Deserialize: (data: Uint8Array) => PlaintextContent, PlaintextContent_Serialize: (obj: Wrapper<PlaintextContent>) => Uint8Array, PlaintextContent_GetBody: (obj: Wrapper<PlaintextContent>) => Uint8Array, PlaintextContent_FromDecryptionErrorMessage: (m: Wrapper<DecryptionErrorMessage>) => PlaintextContent, PreKeyBundle_New: (registrationId: number, deviceId: number, prekeyId: number | null, prekey: Wrapper<PublicKey> | null, signedPrekeyId: number, signedPrekey: Wrapper<PublicKey>, signedPrekeySignature: Uint8Array, identityKey: Wrapper<PublicKey>, kyberPrekeyId: number, kyberPrekey: Wrapper<KyberPublicKey>, kyberPrekeySignature: Uint8Array) => PreKeyBundle, PreKeyBundle_GetIdentityKey: (p: Wrapper<PreKeyBundle>) => PublicKey, PreKeyBundle_GetSignedPreKeySignature: (obj: Wrapper<PreKeyBundle>) => Uint8Array, PreKeyBundle_GetKyberPreKeySignature: (obj: Wrapper<PreKeyBundle>) => Uint8Array, PreKeyBundle_GetRegistrationId: (obj: Wrapper<PreKeyBundle>) => number, PreKeyBundle_GetDeviceId: (obj: Wrapper<PreKeyBundle>) => number, PreKeyBundle_GetSignedPreKeyId: (obj: Wrapper<PreKeyBundle>) => number, PreKeyBundle_GetKyberPreKeyId: (obj: Wrapper<PreKeyBundle>) => number, PreKeyBundle_GetPreKeyId: (obj: Wrapper<PreKeyBundle>) => number | null, PreKeyBundle_GetPreKeyPublic: (obj: Wrapper<PreKeyBundle>) => PublicKey | null, PreKeyBundle_GetSignedPreKeyPublic: (obj: Wrapper<PreKeyBundle>) => PublicKey, PreKeyBundle_GetKyberPreKeyPublic: (bundle: Wrapper<PreKeyBundle>) => KyberPublicKey, SignedPreKeyRecord_Deserialize: (data: Uint8Array) => SignedPreKeyRecord, SignedPreKeyRecord_GetSignature: (obj: Wrapper<SignedPreKeyRecord>) => Uint8Array, SignedPreKeyRecord_Serialize: (obj: Wrapper<SignedPreKeyRecord>) => Uint8Array, SignedPreKeyRecord_GetId: (obj: Wrapper<SignedPreKeyRecord>) => number, SignedPreKeyRecord_GetTimestamp: (obj: Wrapper<SignedPreKeyRecord>) => Timestamp, SignedPreKeyRecord_GetPublicKey: (obj: Wrapper<SignedPreKeyRecord>) => PublicKey, SignedPreKeyRecord_GetPrivateKey: (obj: Wrapper<SignedPreKeyRecord>) => PrivateKey, KyberPreKeyRecord_Deserialize: (data: Uint8Array) => KyberPreKeyRecord, KyberPreKeyRecord_GetSignature: (obj: Wrapper<KyberPreKeyRecord>) => Uint8Array, KyberPreKeyRecord_Serialize: (obj: Wrapper<KyberPreKeyRecord>) => Uint8Array, KyberPreKeyRecord_GetId: (obj: Wrapper<KyberPreKeyRecord>) => number, KyberPreKeyRecord_GetTimestamp: (obj: Wrapper<KyberPreKeyRecord>) => Timestamp, KyberPreKeyRecord_GetPublicKey: (obj: Wrapper<KyberPreKeyRecord>) => KyberPublicKey, KyberPreKeyRecord_GetSecretKey: (obj: Wrapper<KyberPreKeyRecord>) => KyberSecretKey, KyberPreKeyRecord_GetKeyPair: (obj: Wrapper<KyberPreKeyRecord>) => KyberKeyPair, SignedPreKeyRecord_New: (id: number, timestamp: Timestamp, pubKey: Wrapper<PublicKey>, privKey: Wrapper<PrivateKey>, signature: Uint8Array) => SignedPreKeyRecord, KyberPreKeyRecord_New: (id: number, timestamp: Timestamp, keyPair: Wrapper<KyberKeyPair>, signature: Uint8Array) => KyberPreKeyRecord, PreKeyRecord_Deserialize: (data: Uint8Array) => PreKeyRecord, PreKeyRecord_Serialize: (obj: Wrapper<PreKeyRecord>) => Uint8Array, PreKeyRecord_GetId: (obj: Wrapper<PreKeyRecord>) => number, PreKeyRecord_GetPublicKey: (obj: Wrapper<PreKeyRecord>) => PublicKey, PreKeyRecord_GetPrivateKey: (obj: Wrapper<PreKeyRecord>) => PrivateKey, PreKeyRecord_New: (id: number, pubKey: Wrapper<PublicKey>, privKey: Wrapper<PrivateKey>) => PreKeyRecord, SenderKeyRecord_Deserialize: (data: Uint8Array) => SenderKeyRecord, SenderKeyRecord_Serialize: (obj: Wrapper<SenderKeyRecord>) => Uint8Array, ServerCertificate_Deserialize: (data: Uint8Array) => ServerCertificate, ServerCertificate_GetSerialized: (obj: Wrapper<ServerCertificate>) => Uint8Array, ServerCertificate_GetCertificate: (obj: Wrapper<ServerCertificate>) => Uint8Array, ServerCertificate_GetSignature: (obj: Wrapper<ServerCertificate>) => Uint8Array, ServerCertificate_GetKeyId: (obj: Wrapper<ServerCertificate>) => number, ServerCertificate_GetKey: (obj: Wrapper<ServerCertificate>) => PublicKey, ServerCertificate_New: (keyId: number, serverKey: Wrapper<PublicKey>, trustRoot: Wrapper<PrivateKey>) => ServerCertificate, SenderCertificate_Deserialize: (data: Uint8Array) => SenderCertificate, SenderCertificate_GetSerialized: (obj: Wrapper<SenderCertificate>) => Uint8Array, SenderCertificate_GetCertificate: (obj: Wrapper<SenderCertificate>) => Uint8Array, SenderCertificate_GetSignature: (obj: Wrapper<SenderCertificate>) => Uint8Array, SenderCertificate_GetSenderUuid: (obj: Wrapper<SenderCertificate>) => string, SenderCertificate_GetSenderE164: (obj: Wrapper<SenderCertificate>) => string | null, SenderCertificate_GetExpiration: (obj: Wrapper<SenderCertificate>) => Timestamp, SenderCertificate_GetDeviceId: (obj: Wrapper<SenderCertificate>) => number, SenderCertificate_GetKey: (obj: Wrapper<SenderCertificate>) => PublicKey, SenderCertificate_Validate: (cert: Wrapper<SenderCertificate>, trustRoots: Wrapper<PublicKey>[], time: Timestamp) => boolean, SenderCertificate_GetServerCertificate: (cert: Wrapper<SenderCertificate>) => ServerCertificate, SenderCertificate_New: (senderUuid: string, senderE164: string | null, senderDeviceId: number, senderKey: Wrapper<PublicKey>, expiration: Timestamp, signerCert: Wrapper<ServerCertificate>, signerKey: Wrapper<PrivateKey>) => SenderCertificate, UnidentifiedSenderMessageContent_Deserialize: (data: Uint8Array) => UnidentifiedSenderMessageContent, UnidentifiedSenderMessageContent_Serialize: (obj: Wrapper<UnidentifiedSenderMessageContent>) => Uint8Array, UnidentifiedSenderMessageContent_GetContents: (obj: Wrapper<UnidentifiedSenderMessageContent>) => Uint8Array, UnidentifiedSenderMessageContent_GetGroupId: (obj: Wrapper<UnidentifiedSenderMessageContent>) => Uint8Array | null, UnidentifiedSenderMessageContent_GetSenderCert: (m: Wrapper<UnidentifiedSenderMessageContent>) => SenderCertificate, UnidentifiedSenderMessageContent_GetMsgType: (m: Wrapper<UnidentifiedSenderMessageContent>) => number, UnidentifiedSenderMessageContent_GetContentHint: (m: Wrapper<UnidentifiedSenderMessageContent>) => number, UnidentifiedSenderMessageContent_New: (message: Wrapper<CiphertextMessage>, sender: Wrapper<SenderCertificate>, contentHint: number, groupId: Uint8Array | null) => UnidentifiedSenderMessageContent, CiphertextMessage_Type: (msg: Wrapper<CiphertextMessage>) => number, CiphertextMessage_Serialize: (obj: Wrapper<CiphertextMessage>) => Uint8Array, CiphertextMessage_FromPlaintextContent: (m: Wrapper<PlaintextContent>) => CiphertextMessage, SessionRecord_ArchiveCurrentState: (sessionRecord: Wrapper<SessionRecord>) => void, SessionRecord_HasUsableSenderChain: (s: Wrapper<SessionRecord>, now: Timestamp) => boolean, SessionRecord_CurrentRatchetKeyMatches: (s: Wrapper<SessionRecord>, key: Wrapper<PublicKey>) => boolean, SessionRecord_Deserialize: (data: Uint8Array) => SessionRecord, SessionRecord_Serialize: (obj: Wrapper<SessionRecord>) => Uint8Array, SessionRecord_GetLocalRegistrationId: (obj: Wrapper<SessionRecord>) => number, SessionRecord_GetRemoteRegistrationId: (obj: Wrapper<SessionRecord>) => number, SealedSenderDecryptionResult_GetSenderUuid: (obj: Wrapper<SealedSenderDecryptionResult>) => string, SealedSenderDecryptionResult_GetSenderE164: (obj: Wrapper<SealedSenderDecryptionResult>) => string | null, SealedSenderDecryptionResult_GetDeviceId: (obj: Wrapper<SealedSenderDecryptionResult>) => number, SealedSenderDecryptionResult_Message: (obj: Wrapper<SealedSenderDecryptionResult>) => Uint8Array, SessionBuilder_ProcessPreKeyBundle: (bundle: Wrapper<PreKeyBundle>, protocolAddress: Wrapper<ProtocolAddress>, sessionStore: SessionStore, identityKeyStore: IdentityKeyStore, now: Timestamp) => Promise<void>, SessionCipher_EncryptMessage: (ptext: Uint8Array, protocolAddress: Wrapper<ProtocolAddress>, sessionStore: SessionStore, identityKeyStore: IdentityKeyStore, now: Timestamp) => Promise<CiphertextMessage>, SessionCipher_DecryptSignalMessage: (message: Wrapper<SignalMessage>, protocolAddress: Wrapper<ProtocolAddress>, sessionStore: SessionStore, identityKeyStore: IdentityKeyStore) => Promise<Uint8Array>, SessionCipher_DecryptPreKeySignalMessage: (message: Wrapper<PreKeySignalMessage>, protocolAddress: Wrapper<ProtocolAddress>, sessionStore: SessionStore, identityKeyStore: IdentityKeyStore, prekeyStore: PreKeyStore, signedPrekeyStore: SignedPreKeyStore, kyberPrekeyStore: KyberPreKeyStore) => Promise<Uint8Array>, SealedSender_Encrypt: (destination: Wrapper<ProtocolAddress>, content: Wrapper<UnidentifiedSenderMessageContent>, identityKeyStore: IdentityKeyStore) => Promise<Uint8Array>, SealedSender_MultiRecipientEncrypt: (recipients: Wrapper<ProtocolAddress>[], recipientSessions: Wrapper<SessionRecord>[], excludedRecipients: Uint8Array, content: Wrapper<UnidentifiedSenderMessageContent>, identityKeyStore: IdentityKeyStore) => Promise<Uint8Array>, SealedSender_MultiRecipientMessageForSingleRecipient: (encodedMultiRecipientMessage: Uint8Array) => Uint8Array, SealedSender_DecryptToUsmc: (ctext: Uint8Array, identityStore: IdentityKeyStore) => Promise<UnidentifiedSenderMessageContent>, SealedSender_DecryptMessage: (message: Uint8Array, trustRoot: Wrapper<PublicKey>, timestamp: Timestamp, localE164: string | null, localUuid: string, localDeviceId: number, sessionStore: SessionStore, identityStore: IdentityKeyStore, prekeyStore: PreKeyStore, signedPrekeyStore: SignedPreKeyStore, kyberPrekeyStore: KyberPreKeyStore) => Promise<SealedSenderDecryptionResult>, SenderKeyDistributionMessage_Create: (sender: Wrapper<ProtocolAddress>, distributionId: Uuid, store: SenderKeyStore) => Promise<SenderKeyDistributionMessage>, SenderKeyDistributionMessage_Process: (sender: Wrapper<ProtocolAddress>, senderKeyDistributionMessage: Wrapper<SenderKeyDistributionMessage>, store: SenderKeyStore) => Promise<void>, GroupCipher_EncryptMessage: (sender: Wrapper<ProtocolAddress>, distributionId: Uuid, message: Uint8Array, store: SenderKeyStore) => Promise<CiphertextMessage>, GroupCipher_DecryptMessage: (sender: Wrapper<ProtocolAddress>, message: Uint8Array, store: SenderKeyStore) => Promise<Uint8Array>, Cds2ClientState_New: (mrenclave: Uint8Array, attestationMsg: Uint8Array, currentTimestamp: Timestamp) => SgxClientState, HsmEnclaveClient_New: (trustedPublicKey: Uint8Array, trustedCodeHashes: Uint8Array) => HsmEnclaveClient, HsmEnclaveClient_CompleteHandshake: (cli: Wrapper<HsmEnclaveClient>, handshakeReceived: Uint8Array) => void, HsmEnclaveClient_EstablishedSend: (cli: Wrapper<HsmEnclaveClient>, plaintextToSend: Uint8Array) => Uint8Array, HsmEnclaveClient_EstablishedRecv: (cli: Wrapper<HsmEnclaveClient>, receivedCiphertext: Uint8Array) => Uint8Array, HsmEnclaveClient_InitialRequest: (obj: Wrapper<HsmEnclaveClient>) => Uint8Array, SgxClientState_InitialRequest: (obj: Wrapper<SgxClientState>) => Uint8Array, SgxClientState_CompleteHandshake: (cli: Wrapper<SgxClientState>, handshakeReceived: Uint8Array) => void, SgxClientState_EstablishedSend: (cli: Wrapper<SgxClientState>, plaintextToSend: Uint8Array) => Uint8Array, SgxClientState_EstablishedRecv: (cli: Wrapper<SgxClientState>, receivedCiphertext: Uint8Array) => Uint8Array, ExpiringProfileKeyCredential_CheckValidContents: (buffer: Uint8Array) => void, ExpiringProfileKeyCredentialResponse_CheckValidContents: (buffer: Uint8Array) => void, GroupMasterKey_CheckValidContents: (buffer: Uint8Array) => void, GroupPublicParams_CheckValidContents: (buffer: Uint8Array) => void, GroupSecretParams_CheckValidContents: (buffer: Uint8Array) => void, ProfileKey_CheckValidContents: (buffer: Uint8Array) => void, ProfileKeyCiphertext_CheckValidContents: (buffer: Uint8Array) => void, ProfileKeyCommitment_CheckValidContents: (buffer: Uint8Array) => void, ProfileKeyCredentialRequest_CheckValidContents: (buffer: Uint8Array) => void, ProfileKeyCredentialRequestContext_CheckValidContents: (buffer: Uint8Array) => void, ReceiptCredential_CheckValidContents: (buffer: Uint8Array) => void, ReceiptCredentialPresentation_CheckValidContents: (buffer: Uint8Array) => void, ReceiptCredentialRequest_CheckValidContents: (buffer: Uint8Array) => void, ReceiptCredentialRequestContext_CheckValidContents: (buffer: Uint8Array) => void, ReceiptCredentialResponse_CheckValidContents: (buffer: Uint8Array) => void, UuidCiphertext_CheckValidContents: (buffer: Uint8Array) => void, ServerPublicParams_Deserialize: (buffer: Uint8Array) => ServerPublicParams, ServerPublicParams_Serialize: (handle: Wrapper<ServerPublicParams>) => Uint8Array, ServerSecretParams_Deserialize: (buffer: Uint8Array) => ServerSecretParams, ServerSecretParams_Serialize: (handle: Wrapper<ServerSecretParams>) => Uint8Array, ProfileKey_GetCommitment: (profileKey: Serialized<ProfileKey>, userId: Uint8Array) => Serialized<ProfileKeyCommitment>, ProfileKey_GetProfileKeyVersion: (profileKey: Serialized<ProfileKey>, userId: Uint8Array) => Uint8Array, ProfileKey_DeriveAccessKey: (profileKey: Serialized<ProfileKey>) => Uint8Array, GroupSecretParams_GenerateDeterministic: (randomness: Uint8Array) => Serialized<GroupSecretParams>, GroupSecretParams_DeriveFromMasterKey: (masterKey: Serialized<GroupMasterKey>) => Serialized<GroupSecretParams>, GroupSecretParams_GetMasterKey: (params: Serialized<GroupSecretParams>) => Serialized<GroupMasterKey>, GroupSecretParams_GetPublicParams: (params: Serialized<GroupSecretParams>) => Serialized<GroupPublicParams>, GroupSecretParams_EncryptServiceId: (params: Serialized<GroupSecretParams>, serviceId: Uint8Array) => Serialized<UuidCiphertext>, GroupSecretParams_DecryptServiceId: (params: Serialized<GroupSecretParams>, ciphertext: Serialized<UuidCiphertext>) => Uint8Array, GroupSecretParams_EncryptProfileKey: (params: Serialized<GroupSecretParams>, profileKey: Serialized<ProfileKey>, userId: Uint8Array) => Serialized<ProfileKeyCiphertext>, GroupSecretParams_DecryptProfileKey: (params: Serialized<GroupSecretParams>, profileKey: Serialized<ProfileKeyCiphertext>, userId: Uint8Array) => Serialized<ProfileKey>, GroupSecretParams_EncryptBlobWithPaddingDeterministic: (params: Serialized<GroupSecretParams>, randomness: Uint8Array, plaintext: Uint8Array, paddingLen: number) => Uint8Array, GroupSecretParams_DecryptBlobWithPadding: (params: Serialized<GroupSecretParams>, ciphertext: Uint8Array) => Uint8Array, ServerSecretParams_GenerateDeterministic: (randomness: Uint8Array) => ServerSecretParams, ServerSecretParams_GetPublicParams: (params: Wrapper<ServerSecretParams>) => ServerPublicParams, ServerSecretParams_SignDeterministic: (params: Wrapper<ServerSecretParams>, randomness: Uint8Array, message: Uint8Array) => Uint8Array, ServerPublicParams_GetEndorsementPublicKey: (params: Wrapper<ServerPublicParams>) => Uint8Array, ServerPublicParams_ReceiveAuthCredentialWithPniAsServiceId: (params: Wrapper<ServerPublicParams>, aci: Uint8Array, pni: Uint8Array, redemptionTime: Timestamp, authCredentialWithPniResponseBytes: Uint8Array) => Uint8Array, ServerPublicParams_CreateAuthCredentialWithPniPresentationDeterministic: (serverPublicParams: Wrapper<ServerPublicParams>, randomness: Uint8Array, groupSecretParams: Serialized<GroupSecretParams>, authCredentialWithPniBytes: Uint8Array) => Uint8Array, ServerPublicParams_CreateProfileKeyCredentialRequestContextDeterministic: (serverPublicParams: Wrapper<ServerPublicParams>, randomness: Uint8Array, userId: Uint8Array, profileKey: Serialized<ProfileKey>) => Serialized<ProfileKeyCredentialRequestContext>, ServerPublicParams_ReceiveExpiringProfileKeyCredential: (serverPublicParams: Wrapper<ServerPublicParams>, requestContext: Serialized<ProfileKeyCredentialRequestContext>, response: Serialized<ExpiringProfileKeyCredentialResponse>, currentTimeInSeconds: Timestamp) => Serialized<ExpiringProfileKeyCredential>, ServerPublicParams_CreateExpiringProfileKeyCredentialPresentationDeterministic: (serverPublicParams: Wrapper<ServerPublicParams>, randomness: Uint8Array, groupSecretParams: Serialized<GroupSecretParams>, profileKeyCredential: Serialized<ExpiringProfileKeyCredential>) => Uint8Array, ServerPublicParams_CreateReceiptCredentialRequestContextDeterministic: (serverPublicParams: Wrapper<ServerPublicParams>, randomness: Uint8Array, receiptSerial: Uint8Array) => Serialized<ReceiptCredentialRequestContext>, ServerPublicParams_ReceiveReceiptCredential: (serverPublicParams: Wrapper<ServerPublicParams>, requestContext: Serialized<ReceiptCredentialRequestContext>, response: Serialized<ReceiptCredentialResponse>) => Serialized<ReceiptCredential>, ServerPublicParams_CreateReceiptCredentialPresentationDeterministic: (serverPublicParams: Wrapper<ServerPublicParams>, randomness: Uint8Array, receiptCredential: Serialized<ReceiptCredential>) => Serialized<ReceiptCredentialPresentation>, ServerSecretParams_IssueAuthCredentialWithPniZkcDeterministic: (serverSecretParams: Wrapper<ServerSecretParams>, randomness: Uint8Array, aci: Uint8Array, pni: Uint8Array, redemptionTime: Timestamp) => Uint8Array, AuthCredentialWithPni_CheckValidContents: (bytes: Uint8Array) => void, AuthCredentialWithPniResponse_CheckValidContents: (bytes: Uint8Array) => void, ServerSecretParams_VerifyAuthCredentialPresentation: (serverSecretParams: Wrapper<ServerSecretParams>, groupPublicParams: Serialized<GroupPublicParams>, presentationBytes: Uint8Array, currentTimeInSeconds: Timestamp) => void, ServerSecretParams_IssueExpiringProfileKeyCredentialDeterministic: (serverSecretParams: Wrapper<ServerSecretParams>, randomness: Uint8Array, request: Serialized<ProfileKeyCredentialRequest>, userId: Uint8Array, commitment: Serialized<ProfileKeyCommitment>, expirationInSeconds: Timestamp) => Serialized<ExpiringProfileKeyCredentialResponse>, ServerSecretParams_VerifyProfileKeyCredentialPresentation: (serverSecretParams: Wrapper<ServerSecretParams>, groupPublicParams: Serialized<GroupPublicParams>, presentationBytes: Uint8Array, currentTimeInSeconds: Timestamp) => void, ServerSecretParams_IssueReceiptCredentialDeterministic: (serverSecretParams: Wrapper<ServerSecretParams>, randomness: Uint8Array, request: Serialized<ReceiptCredentialRequest>, receiptExpirationTime: Timestamp, receiptLevel: bigint) => Serialized<ReceiptCredentialResponse>, ServerSecretParams_VerifyReceiptCredentialPresentation: (serverSecretParams: Wrapper<ServerSecretParams>, presentation: Serialized<ReceiptCredentialPresentation>) => void, GroupPublicParams_GetGroupIdentifier: (groupPublicParams: Serialized<GroupPublicParams>) => Uint8Array, ServerPublicParams_VerifySignature: (serverPublicParams: Wrapper<ServerPublicParams>, message: Uint8Array, notarySignature: Uint8Array) => void, AuthCredentialPresentation_CheckValidContents: (presentationBytes: Uint8Array) => void, AuthCredentialPresentation_GetUuidCiphertext: (presentationBytes: Uint8Array) => Serialized<UuidCiphertext>, AuthCredentialPresentation_GetPniCiphertext: (presentationBytes: Uint8Array) => Serialized<UuidCiphertext>, AuthCredentialPresentation_GetRedemptionTime: (presentationBytes: Uint8Array) => Timestamp, ProfileKeyCredentialRequestContext_GetRequest: (context: Serialized<ProfileKeyCredentialRequestContext>) => Serialized<ProfileKeyCredentialRequest>, ExpiringProfileKeyCredential_GetExpirationTime: (credential: Serialized<ExpiringProfileKeyCredential>) => Timestamp, ProfileKeyCredentialPresentation_CheckValidContents: (presentationBytes: Uint8Array) => void, ProfileKeyCredentialPresentation_GetUuidCiphertext: (presentationBytes: Uint8Array) => Serialized<UuidCiphertext>, ProfileKeyCredentialPresentation_GetProfileKeyCiphertext: (presentationBytes: Uint8Array) => Serialized<ProfileKeyCiphertext>, ReceiptCredentialRequestContext_GetRequest: (requestContext: Serialized<ReceiptCredentialRequestContext>) => Serialized<ReceiptCredentialRequest>, ReceiptCredential_GetReceiptExpirationTime: (receiptCredential: Serialized<ReceiptCredential>) => Timestamp, ReceiptCredential_GetReceiptLevel: (receiptCredential: Serialized<ReceiptCredential>) => bigint, ReceiptCredentialPresentation_GetReceiptExpirationTime: (presentation: Serialized<ReceiptCredentialPresentation>) => Timestamp, ReceiptCredentialPresentation_GetReceiptLevel: (presentation: Serialized<ReceiptCredentialPresentation>) => bigint, ReceiptCredentialPresentation_GetReceiptSerial: (presentation: Serialized<ReceiptCredentialPresentation>) => Uint8Array, GenericServerSecretParams_CheckValidContents: (paramsBytes: Uint8Array) => void, GenericServerSecretParams_GenerateDeterministic: (randomness: Uint8Array) => Uint8Array, GenericServerSecretParams_GetPublicParams: (paramsBytes: Uint8Array) => Uint8Array, GenericServerPublicParams_CheckValidContents: (paramsBytes: Uint8Array) => void, CallLinkSecretParams_CheckValidContents: (paramsBytes: Uint8Array) => void, CallLinkSecretParams_DeriveFromRootKey: (rootKey: Uint8Array) => Uint8Array, CallLinkSecretParams_GetPublicParams: (paramsBytes: Uint8Array) => Uint8Array, CallLinkSecretParams_DecryptUserId: (paramsBytes: Uint8Array, userId: Serialized<UuidCiphertext>) => Uint8Array, CallLinkSecretParams_EncryptUserId: (paramsBytes: Uint8Array, userId: Uint8Array) => Serialized<UuidCiphertext>, CallLinkPublicParams_CheckValidContents: (paramsBytes: Uint8Array) => void, CreateCallLinkCredentialRequestContext_CheckValidContents: (contextBytes: Uint8Array) => void, CreateCallLinkCredentialRequestContext_NewDeterministic: (roomId: Uint8Array, randomness: Uint8Array) => Uint8Array, CreateCallLinkCredentialRequestContext_GetRequest: (contextBytes: Uint8Array) => Uint8Array, CreateCallLinkCredentialRequest_CheckValidContents: (requestBytes: Uint8Array) => void, CreateCallLinkCredentialRequest_IssueDeterministic: (requestBytes: Uint8Array, userId: Uint8Array, timestamp: Timestamp, paramsBytes: Uint8Array, randomness: Uint8Array) => Uint8Array, CreateCallLinkCredentialResponse_CheckValidContents: (responseBytes: Uint8Array) => void, CreateCallLinkCredentialRequestContext_ReceiveResponse: (contextBytes: Uint8Array, responseBytes: Uint8Array, userId: Uint8Array, paramsBytes: Uint8Array) => Uint8Array, CreateCallLinkCredential_CheckValidContents: (paramsBytes: Uint8Array) => void, CreateCallLinkCredential_PresentDeterministic: (credentialBytes: Uint8Array, roomId: Uint8Array, userId: Uint8Array, serverParamsBytes: Uint8Array, callLinkParamsBytes: Uint8Array, randomness: Uint8Array) => Uint8Array, CreateCallLinkCredentialPresentation_CheckValidContents: (presentationBytes: Uint8Array) => void, CreateCallLinkCredentialPresentation_Verify: (presentationBytes: Uint8Array, roomId: Uint8Array, now: Timestamp, serverParamsBytes: Uint8Array, callLinkParamsBytes: Uint8Array) => void, CallLinkAuthCredentialResponse_CheckValidContents: (responseBytes: Uint8Array) => void, CallLinkAuthCredentialResponse_IssueDeterministic: (userId: Uint8Array, redemptionTime: Timestamp, paramsBytes: Uint8Array, randomness: Uint8Array) => Uint8Array, CallLinkAuthCredentialResponse_Receive: (responseBytes: Uint8Array, userId: Uint8Array, redemptionTime: Timestamp, paramsBytes: Uint8Array) => Uint8Array, CallLinkAuthCredential_CheckValidContents: (credentialBytes: Uint8Array) => void, CallLinkAuthCredential_PresentDeterministic: (credentialBytes: Uint8Array, userId: Uint8Array, redemptionTime: Timestamp, serverParamsBytes: Uint8Array, callLinkParamsBytes: Uint8Array, randomness: Uint8Array) => Uint8Array, CallLinkAuthCredentialPresentation_CheckValidContents: (presentationBytes: Uint8Array) => void, CallLinkAuthCredentialPresentation_Verify: (presentationBytes: Uint8Array, now: Timestamp, serverParamsBytes: Uint8Array, callLinkParamsBytes: Uint8Array) => void, CallLinkAuthCredentialPresentation_GetUserId: (presentationBytes: Uint8Array) => Serialized<UuidCiphertext>, BackupAuthCredentialRequestContext_New: (backupKey: Uint8Array, uuid: Uuid) => Uint8Array, BackupAuthCredentialRequestContext_CheckValidContents: (contextBytes: Uint8Array) => void, BackupAuthCredentialRequestContext_GetRequest: (contextBytes: Uint8Array) => Uint8Array, BackupAuthCredentialRequest_CheckValidContents: (requestBytes: Uint8Array) => void, BackupAuthCredentialRequest_IssueDeterministic: (requestBytes: Uint8Array, redemptionTime: Timestamp, backupLevel: number, credentialType: number, paramsBytes: Uint8Array, randomness: Uint8Array) => Uint8Array, BackupAuthCredentialResponse_CheckValidContents: (responseBytes: Uint8Array) => void, BackupAuthCredentialRequestContext_ReceiveResponse: (contextBytes: Uint8Array, responseBytes: Uint8Array, expectedRedemptionTime: Timestamp, paramsBytes: Uint8Array) => Uint8Array, BackupAuthCredential_CheckValidContents: (paramsBytes: Uint8Array) => void, BackupAuthCredential_GetBackupId: (credentialBytes: Uint8Array) => Uint8Array, BackupAuthCredential_GetBackupLevel: (credentialBytes: Uint8Array) => number, BackupAuthCredential_GetType: (credentialBytes: Uint8Array) => number, BackupAuthCredential_PresentDeterministic: (credentialBytes: Uint8Array, serverParamsBytes: Uint8Array, randomness: Uint8Array) => Uint8Array, BackupAuthCredentialPresentation_CheckValidContents: (presentationBytes: Uint8Array) => void, BackupAuthCredentialPresentation_Verify: (presentationBytes: Uint8Array, now: Timestamp, serverParamsBytes: Uint8Array) => void, BackupAuthCredentialPresentation_GetBackupId: (presentationBytes: Uint8Array) => Uint8Array, BackupAuthCredentialPresentation_GetBackupLevel: (presentationBytes: Uint8Array) => number, BackupAuthCredentialPresentation_GetType: (presentationBytes: Uint8Array) => number, GroupSendDerivedKeyPair_CheckValidContents: (bytes: Uint8Array) => void, GroupSendDerivedKeyPair_ForExpiration: (expiration: Timestamp, serverParams: Wrapper<ServerSecretParams>) => Uint8Array, GroupSendEndorsementsResponse_CheckValidContents: (bytes: Uint8Array) => void, GroupSendEndorsementsResponse_IssueDeterministic: (concatenatedGroupMemberCiphertexts: Uint8Array, keyPair: Uint8Array, randomness: Uint8Array) => Uint8Array, GroupSendEndorsementsResponse_GetExpiration: (responseBytes: Uint8Array) => Timestamp, GroupSendEndorsementsResponse_ReceiveAndCombineWithServiceIds: (responseBytes: Uint8Array, groupMembers: Uint8Array, localUser: Uint8Array, now: Timestamp, groupParams: Serialized<GroupSecretParams>, serverParams: Wrapper<ServerPublicParams>) => Uint8Array[], GroupSendEndorsementsResponse_ReceiveAndCombineWithCiphertexts: (responseBytes: Uint8Array, concatenatedGroupMemberCiphertexts: Uint8Array, localUserCiphertext: Uint8Array, now: Timestamp, serverParams: Wrapper<ServerPublicParams>) => Uint8Array[], GroupSendEndorsement_CheckValidContents: (bytes: Uint8Array) => void, GroupSendEndorsement_Combine: (endorsements: Uint8Array[]) => Uint8Array, GroupSendEndorsement_Remove: (endorsement: Uint8Array, toRemove: Uint8Array) => Uint8Array, GroupSendEndorsement_ToToken: (endorsement: Uint8Array, groupParams: Serialized<GroupSecretParams>) => Uint8Array, GroupSendEndorsement_CallLinkParams_ToToken: (endorsement: Uint8Array, callLinkSecretParamsSerialized: Uint8Array) => Uint8Array, GroupSendToken_CheckValidContents: (bytes: Uint8Array) => void, GroupSendToken_ToFullToken: (token: Uint8Array, expiration: Timestamp) => Uint8Array, GroupSendFullToken_CheckValidContents: (bytes: Uint8Array) => void, GroupSendFullToken_GetExpiration: (token: Uint8Array) => Timestamp, GroupSendFullToken_Verify: (token: Uint8Array, userIds: Uint8Array, now: Timestamp, keyPair: Uint8Array) => void, LookupRequest_new: () => LookupRequest, LookupRequest_addE164: (request: Wrapper<LookupRequest>, e164: string) => void, LookupRequest_addPreviousE164: (request: Wrapper<LookupRequest>, e164: string) => void, LookupRequest_setToken: (request: Wrapper<LookupRequest>, token: Uint8Array) => void, LookupRequest_addAciAndAccessKey: (request: Wrapper<LookupRequest>, aci: Uint8Array, accessKey: Uint8Array) => void, CdsiLookup_new: (asyncRuntime: Wrapper<TokioAsyncContext>, connectionManager: Wrapper<ConnectionManager>, username: string, password: string, request: Wrapper<LookupRequest>) => CancellablePromise<CdsiLookup>, CdsiLookup_token: (lookup: Wrapper<CdsiLookup>) => Uint8Array, CdsiLookup_complete: (asyncRuntime: Wrapper<TokioAsyncContext>, lookup: Wrapper<CdsiLookup>) => CancellablePromise<LookupResponse>, HttpRequest_new: (method: string, path: string, bodyAsSlice: Uint8Array | null) => HttpRequest, HttpRequest_add_header: (request: Wrapper<HttpRequest>, name: string, value: string) => void, ChatConnectionInfo_local_port: (connectionInfo: Wrapper<ChatConnectionInfo>) => number, ChatConnectionInfo_ip_version: (connectionInfo: Wrapper<ChatConnectionInfo>) => number, ChatConnectionInfo_description: (connectionInfo: Wrapper<ChatConnectionInfo>) => string, UnauthenticatedChatConnection_connect: (asyncRuntime: Wrapper<TokioAsyncContext>, connectionManager: Wrapper<ConnectionManager>, languages: string[]) => CancellablePromise<UnauthenticatedChatConnection>, UnauthenticatedChatConnection_init_listener: (chat: Wrapper<UnauthenticatedChatConnection>, listener: ChatListener) => void, UnauthenticatedChatConnection_send: (asyncRuntime: Wrapper<TokioAsyncContext>, chat: Wrapper<UnauthenticatedChatConnection>, httpRequest: Wrapper<HttpRequest>, timeoutMillis: number) => CancellablePromise<ChatResponse>, UnauthenticatedChatConnection_disconnect: (asyncRuntime: Wrapper<TokioAsyncContext>, chat: Wrapper<UnauthenticatedChatConnection>) => CancellablePromise<void>, UnauthenticatedChatConnection_info: (chat: Wrapper<UnauthenticatedChatConnection>) => ChatConnectionInfo, UnauthenticatedChatConnection_look_up_username_hash: (asyncRuntime: Wrapper<TokioAsyncContext>, chat: Wrapper<UnauthenticatedChatConnection>, hash: Uint8Array) => CancellablePromise<Uuid | null>, UnauthenticatedChatConnection_look_up_username_link: (asyncRuntime: Wrapper<TokioAsyncContext>, chat: Wrapper<UnauthenticatedChatConnection>, uuid: Uuid, entropy: Uint8Array) => CancellablePromise<[string, Uint8Array] | null>, UnauthenticatedChatConnection_send_multi_recipient_message: (asyncRuntime: Wrapper<TokioAsyncContext>, chat: Wrapper<UnauthenticatedChatConnection>, payload: Uint8Array, timestamp: Timestamp, auth: Uint8Array | null, onlineOnly: boolean, isUrgent: boolean) => CancellablePromise<Uint8Array[]>, AuthenticatedChatConnection_preconnect: (asyncRuntime: Wrapper<TokioAsyncContext>, connectionManager: Wrapper<ConnectionManager>) => CancellablePromise<void>, AuthenticatedChatConnection_connect: (asyncRuntime: Wrapper<TokioAsyncContext>, connectionManager: Wrapper<ConnectionManager>, username: string, password: string, receiveStories: boolean, languages: string[]) => CancellablePromise<AuthenticatedChatConnection>, AuthenticatedChatConnection_init_listener: (chat: Wrapper<AuthenticatedChatConnection>, listener: ChatListener) => void, AuthenticatedChatConnection_send: (asyncRuntime: Wrapper<TokioAsyncContext>, chat: Wrapper<AuthenticatedChatConnection>, httpRequest: Wrapper<HttpRequest>, timeoutMillis: number) => CancellablePromise<ChatResponse>, AuthenticatedChatConnection_disconnect: (asyncRuntime: Wrapper<TokioAsyncContext>, chat: Wrapper<AuthenticatedChatConnection>) => CancellablePromise<void>, AuthenticatedChatConnection_info: (chat: Wrapper<AuthenticatedChatConnection>) => ChatConnectionInfo, ServerMessageAck_SendStatus: (ack: Wrapper<ServerMessageAck>, status: number) => void, KeyTransparency_AciSearchKey: (aci: Uint8Array) => Uint8Array, KeyTransparency_E164SearchKey: (e164: string) => Uint8Array, KeyTransparency_UsernameHashSearchKey: (hash: Uint8Array) => Uint8Array, KeyTransparency_Search: (asyncRuntime: Wrapper<TokioAsyncContext>, environment: number, chatConnection: Wrapper<UnauthenticatedChatConnection>, aci: Uint8Array, aciIdentityKey: Wrapper<PublicKey>, e164: string | null, unidentifiedAccessKey: Uint8Array | null, usernameHash: Uint8Array | null, accountData: Uint8Array | null, lastDistinguishedTreeHead: Uint8Array) => CancellablePromise<Uint8Array>, KeyTransparency_Monitor: (asyncRuntime: Wrapper<TokioAsyncContext>, environment: number, chatConnection: Wrapper<UnauthenticatedChatConnection>, aci: Uint8Array, aciIdentityKey: Wrapper<PublicKey>, e164: string | null, unidentifiedAccessKey: Uint8Array | null, usernameHash: Uint8Array | null, accountData: Uint8Array | null, lastDistinguishedTreeHead: Uint8Array, isSelfMonitor: boolean) => CancellablePromise<Uint8Array>, KeyTransparency_Distinguished: (asyncRuntime: Wrapper<TokioAsyncContext>, environment: number, chatConnection: Wrapper<UnauthenticatedChatConnection>, lastDistinguishedTreeHead: Uint8Array | null) => CancellablePromise<Uint8Array>, RegistrationService_CreateSession: (asyncRuntime: Wrapper<TokioAsyncContext>, createSession: RegistrationCreateSessionRequest, connectChat: ConnectChatBridge) => CancellablePromise<RegistrationService>, RegistrationService_ResumeSession: (asyncRuntime: Wrapper<TokioAsyncContext>, sessionId: string, number: string, connectChat: ConnectChatBridge) => CancellablePromise<RegistrationService>, RegistrationService_RequestVerificationCode: (asyncRuntime: Wrapper<TokioAsyncContext>, service: Wrapper<RegistrationService>, transport: string, client: string, languages: string[]) => CancellablePromise<void>, RegistrationService_SubmitVerificationCode: (asyncRuntime: Wrapper<TokioAsyncContext>, service: Wrapper<RegistrationService>, code: string) => CancellablePromise<void>, RegistrationService_SubmitCaptcha: (asyncRuntime: Wrapper<TokioAsyncContext>, service: Wrapper<RegistrationService>, captchaValue: string) => CancellablePromise<void>, RegistrationService_CheckSvr2Credentials: (asyncRuntime: Wrapper<TokioAsyncContext>, service: Wrapper<RegistrationService>, svrTokens: string[]) => CancellablePromise<CheckSvr2CredentialsResponse>, RegistrationService_RegisterAccount: (asyncRuntime: Wrapper<TokioAsyncContext>, service: Wrapper<RegistrationService>, registerAccount: Wrapper<RegisterAccountRequest>, accountAttributes: Wrapper<RegistrationAccountAttributes>) => CancellablePromise<RegisterAccountResponse>, RegistrationService_ReregisterAccount: (asyncRuntime: Wrapper<TokioAsyncContext>, connectChat: ConnectChatBridge, number: string, registerAccount: Wrapper<RegisterAccountRequest>, accountAttributes: Wrapper<RegistrationAccountAttributes>) => CancellablePromise<RegisterAccountResponse>, RegistrationService_SessionId: (service: Wrapper<RegistrationService>) => string, RegistrationService_RegistrationSession: (service: Wrapper<RegistrationService>) => RegistrationSession, RegistrationSession_GetAllowedToRequestCode: (session: Wrapper<RegistrationSession>) => boolean, RegistrationSession_GetVerified: (session: Wrapper<RegistrationSession>) => boolean, RegistrationSession_GetNextCallSeconds: (session: Wrapper<RegistrationSession>) => number | null, RegistrationSession_GetNextSmsSeconds: (session: Wrapper<RegistrationSession>) => number | null, RegistrationSession_GetNextVerificationAttemptSeconds: (session: Wrapper<RegistrationSession>) => number | null, RegistrationSession_GetRequestedInformation: (session: Wrapper<RegistrationSession>) => ChallengeOption[], RegisterAccountRequest_Create: () => RegisterAccountRequest, RegisterAccountRequest_SetSkipDeviceTransfer: (registerAccount: Wrapper<RegisterAccountRequest>) => void, RegisterAccountRequest_SetAccountPassword: (registerAccount: Wrapper<RegisterAccountRequest>, accountPassword: string) => void, RegisterAccountRequest_SetIdentityPublicKey: (registerAccount: Wrapper<RegisterAccountRequest>, identityType: number, identityKey: Wrapper<PublicKey>) => void, RegisterAccountRequest_SetIdentitySignedPreKey: (registerAccount: Wrapper<RegisterAccountRequest>, identityType: number, signedPreKey: SignedPublicPreKey) => void, RegisterAccountRequest_SetIdentityPqLastResortPreKey: (registerAccount: Wrapper<RegisterAccountRequest>, identityType: number, pqLastResortPreKey: SignedPublicPreKey) => void, RegistrationAccountAttributes_Create: (recoveryPassword: Uint8Array, aciRegistrationId: number, pniRegistrationId: number, registrationLock: string | null, unidentifiedAccessKey: Uint8Array, unrestrictedUnidentifiedAccess: boolean, capabilities: string[], discoverableByPhoneNumber: boolean) => RegistrationAccountAttributes, RegisterAccountResponse_GetIdentity: (response: Wrapper<RegisterAccountResponse>, identityType: number) => Uint8Array, RegisterAccountResponse_GetNumber: (response: Wrapper<RegisterAccountResponse>) => string, RegisterAccountResponse_GetUsernameHash: (response: Wrapper<RegisterAccountResponse>) => Uint8Array | null, RegisterAccountResponse_GetUsernameLinkHandle: (response: Wrapper<RegisterAccountResponse>) => Uuid | null, RegisterAccountResponse_GetStorageCapable: (response: Wrapper<RegisterAccountResponse>) => boolean, RegisterAccountResponse_GetReregistration: (response: Wrapper<RegisterAccountResponse>) => boolean, RegisterAccountResponse_GetEntitlementBadges: (response: Wrapper<RegisterAccountResponse>) => RegisterResponseBadge[], RegisterAccountResponse_GetEntitlementBackupLevel: (response: Wrapper<RegisterAccountResponse>) => bigint | null, RegisterAccountResponse_GetEntitlementBackupExpirationSeconds: (response: Wrapper<RegisterAccountResponse>) => bigint | null, SecureValueRecoveryForBackups_CreateNewBackupChain: (environment: number, backupKey: Uint8Array) => Uint8Array, SecureValueRecoveryForBackups_StoreBackup: (asyncRuntime: Wrapper<TokioAsyncContext>, backupKey: Uint8Array, previousSecretData: Uint8Array, connectionManager: Wrapper<ConnectionManager>, username: string, password: string) => CancellablePromise<BackupStoreResponse>, SecureValueRecoveryForBackups_RestoreBackupFromServer: (asyncRuntime: Wrapper<TokioAsyncContext>, backupKey: Uint8Array, metadata: Uint8Array, connectionManager: Wrapper<ConnectionManager>, username: string, password: string) => CancellablePromise<BackupRestoreResponse>, SecureValueRecoveryForBackups_RemoveBackup: (asyncRuntime: Wrapper<TokioAsyncContext>, connectionManager: Wrapper<ConnectionManager>, username: string, password: string) => CancellablePromise<void>, BackupStoreResponse_GetForwardSecrecyToken: (response: Wrapper<BackupStoreResponse>) => Uint8Array, BackupStoreResponse_GetOpaqueMetadata: (response: Wrapper<BackupStoreResponse>) => Uint8Array, BackupStoreResponse_GetNextBackupSecretData: (response: Wrapper<BackupStoreResponse>) => Uint8Array, BackupRestoreResponse_GetForwardSecrecyToken: (response: Wrapper<BackupRestoreResponse>) => Uint8Array, BackupRestoreResponse_GetNextBackupSecretData: (response: Wrapper<BackupRestoreResponse>) => Uint8Array, TokioAsyncContext_new: () => TokioAsyncContext, TokioAsyncContext_cancel: (context: Wrapper<TokioAsyncContext>, rawCancellationId: bigint) => void, ConnectionProxyConfig_new: (scheme: string, host: string, port: number, username: string | null, password: string | null) => ConnectionProxyConfig, ConnectionManager_new: (environment: number, userAgent: string, remoteConfig: Wrapper<BridgedStringMap>, buildVariant: number) => ConnectionManager, ConnectionManager_set_proxy: (connectionManager: Wrapper<ConnectionManager>, proxy: Wrapper<ConnectionProxyConfig>) => void, ConnectionManager_set_invalid_proxy: (connectionManager: Wrapper<ConnectionManager>) => void, ConnectionManager_clear_proxy: (connectionManager: Wrapper<ConnectionManager>) => void, ConnectionManager_set_ipv6_enabled: (connectionManager: Wrapper<ConnectionManager>, ipv6Enabled: boolean) => void, ConnectionManager_set_censorship_circumvention_enabled: (connectionManager: Wrapper<ConnectionManager>, enabled: boolean) => void, ConnectionManager_set_remote_config: (connectionManager: Wrapper<ConnectionManager>, remoteConfig: Wrapper<BridgedStringMap>, buildVariant: number) => void, ConnectionManager_on_network_change: (connectionManager: Wrapper<ConnectionManager>) => void, AccountEntropyPool_Generate: () => string, AccountEntropyPool_IsValid: (accountEntropy: string) => boolean, AccountEntropyPool_DeriveSvrKey: (accountEntropy: AccountEntropyPool) => Uint8Array, AccountEntropyPool_DeriveBackupKey: (accountEntropy: AccountEntropyPool) => Uint8Array, BackupKey_DeriveBackupId: (backupKey: Uint8Array, aci: Uint8Array) => Uint8Array, BackupKey_DeriveEcKey: (backupKey: Uint8Array, aci: Uint8Array) => PrivateKey, BackupKey_DeriveLocalBackupMetadataKey: (backupKey: Uint8Array) => Uint8Array, BackupKey_DeriveMediaId: (backupKey: Uint8Array, mediaName: string) => Uint8Array, BackupKey_DeriveMediaEncryptionKey: (backupKey: Uint8Array, mediaId: Uint8Array) => Uint8Array, BackupKey_DeriveThumbnailTransitEncryptionKey: (backupKey: Uint8Array, mediaId: Uint8Array) => Uint8Array, IncrementalMac_CalculateChunkSize: (dataSize: number) => number, IncrementalMac_Initialize: (key: Uint8Array, chunkSize: number) => IncrementalMac, IncrementalMac_Update: (mac: Wrapper<IncrementalMac>, bytes: Uint8Array, offset: number, length: number) => Uint8Array, IncrementalMac_Finalize: (mac: Wrapper<IncrementalMac>) => Uint8Array, ValidatingMac_Initialize: (key: Uint8Array, chunkSize: number, digests: Uint8Array) => ValidatingMac | null, ValidatingMac_Update: (mac: Wrapper<ValidatingMac>, bytes: Uint8Array, offset: number, length: number) => number, ValidatingMac_Finalize: (mac: Wrapper<ValidatingMac>) => number, MessageBackupKey_FromAccountEntropyPool: (accountEntropy: AccountEntropyPool, aci: Uint8Array, forwardSecrecyToken: Uint8Array | null) => MessageBackupKey, MessageBackupKey_FromBackupKeyAndBackupId: (backupKey: Uint8Array, backupId: Uint8Array, forwardSecrecyToken: Uint8Array | null) => MessageBackupKey, MessageBackupKey_GetHmacKey: (key: Wrapper<MessageBackupKey>) => Uint8Array, MessageBackupKey_GetAesKey: (key: Wrapper<MessageBackupKey>) => Uint8Array, MessageBackupValidator_Validate: (key: Wrapper<MessageBackupKey>, firstStream: InputStream, secondStream: InputStream, len: bigint, purpose: number) => Promise<MessageBackupValidationOutcome>, OnlineBackupValidator_New: (backupInfoFrame: Uint8Array, purpose: number) => OnlineBackupValidator, OnlineBackupValidator_AddFrame: (backup: Wrapper<OnlineBackupValidator>, frame: Uint8Array) => void, OnlineBackupValidator_Finalize: (backup: Wrapper<OnlineBackupValidator>) => void, BackupJsonExporter_New: (backupInfo: Uint8Array, shouldValidate: boolean) => BackupJsonExporter, BackupJsonExporter_GetInitialChunk: (exporter: Wrapper<BackupJsonExporter>) => string, BackupJsonExporter_ExportFrames: (exporter: Wrapper<BackupJsonExporter>, frames: Uint8Array) => string, BackupJsonExporter_Finish: (exporter: Wrapper<BackupJsonExporter>) => string, Username_Hash: (username: string) => Uint8Array, Username_Proof: (username: string, randomness: Uint8Array) => Uint8Array, Username_Verify: (proof: Uint8Array, hash: Uint8Array) => void, Username_CandidatesFrom: (nickname: string, minLen: number, maxLen: number) => string[], Username_HashFromParts: (nickname: string, discriminator: string, minLen: number, maxLen: number) => Uint8Array, UsernameLink_Create: (username: string, entropy: Uint8Array | null) => Uint8Array, UsernameLink_DecryptUsername: (entropy: Uint8Array, encryptedUsername: Uint8Array) => string, SignalMedia_CheckAvailable: () => void, Mp4Sanitizer_Sanitize: (input: InputStream, len: bigint) => Promise<SanitizedMetadata>, WebpSanitizer_Sanitize: (input: SyncInputStream) => void, SanitizedMetadata_GetMetadata: (sanitized: Wrapper<SanitizedMetadata>) => Uint8Array, SanitizedMetadata_GetDataOffset: (sanitized: Wrapper<SanitizedMetadata>) => bigint, SanitizedMetadata_GetDataLen: (sanitized: Wrapper<SanitizedMetadata>) => bigint, BridgedStringMap_new: (initialCapacity: number) => BridgedStringMap, BridgedStringMap_insert: (map: Wrapper<BridgedStringMap>, key: string, value: string) => void, TESTING_NonSuspendingBackgroundThreadRuntime_New: () => NonSuspendingBackgroundThreadRuntime, TESTING_FutureSuccess: (asyncRuntime: Wrapper<NonSuspendingBackgroundThreadRuntime>, input: number) => CancellablePromise<number>, TESTING_TokioAsyncContext_FutureSuccessBytes: (asyncRuntime: Wrapper<TokioAsyncContext>, count: number) => CancellablePromise<Uint8Array>, TESTING_FutureFailure: (asyncRuntime: Wrapper<NonSuspendingBackgroundThreadRuntime>, _input: number) => CancellablePromise<number>, TESTING_FutureCancellationCounter_Create: (initialValue: number) => TestingFutureCancellationCounter, TESTING_FutureCancellationCounter_WaitForCount: (asyncRuntime: Wrapper<TokioAsyncContext>, count: Wrapper<TestingFutureCancellationCounter>, target: number) => CancellablePromise<void>, TESTING_FutureIncrementOnCancel: (asyncRuntime: Wrapper<TokioAsyncContext>, _guard: TestingFutureCancellationGuard) => CancellablePromise<void>, TESTING_TokioAsyncFuture: (asyncRuntime: Wrapper<TokioAsyncContext>, input: number) => CancellablePromise<number>, TESTING_TestingHandleType_getValue: (handle: Wrapper<TestingHandleType>) => number, TESTING_FutureProducesPointerType: (asyncRuntime: Wrapper<NonSuspendingBackgroundThreadRuntime>, input: number) => CancellablePromise<TestingHandleType>, TESTING_OtherTestingHandleType_getValue: (handle: Wrapper<OtherTestingHandleType>) => string, TESTING_FutureProducesOtherPointerType: (asyncRuntime: Wrapper<NonSuspendingBackgroundThreadRuntime>, input: string) => CancellablePromise<OtherTestingHandleType>, TESTING_PanicOnBorrowSync: (_input: null) => void, TESTING_PanicOnBorrowAsync: (_input: null) => Promise<void>, TESTING_PanicOnBorrowIo: (asyncRuntime: Wrapper<NonSuspendingBackgroundThreadRuntime>, _input: null) => CancellablePromise<void>, TESTING_ErrorOnBorrowSync: (_input: null) => void, TESTING_ErrorOnBorrowAsync: (_input: null) => Promise<void>, TESTING_ErrorOnBorrowIo: (asyncRuntime: Wrapper<NonSuspendingBackgroundThreadRuntime>, _input: null) => CancellablePromise<void>, TESTING_PanicOnLoadSync: (_needsCleanup: null, _input: null) => void, TESTING_PanicOnLoadAsync: (_needsCleanup: null, _input: null) => Promise<void>, TESTING_PanicOnLoadIo: (asyncRuntime: Wrapper<NonSuspendingBackgroundThreadRuntime>, _needsCleanup: null, _input: null) => CancellablePromise<void>, TESTING_PanicInBodySync: (_input: null) => void, TESTING_PanicInBodyAsync: (_input: null) => Promise<void>, TESTING_PanicInBodyIo: (asyncRuntime: Wrapper<NonSuspendingBackgroundThreadRuntime>, _input: null) => CancellablePromise<void>, TESTING_PanicOnReturnSync: (_needsCleanup: null) => null, TESTING_PanicOnReturnAsync: (_needsCleanup: null) => Promise<null>, TESTING_PanicOnReturnIo: (asyncRuntime: Wrapper<NonSuspendingBackgroundThreadRuntime>, _needsCleanup: null) => CancellablePromise<null>, TESTING_ErrorOnReturnSync: (_needsCleanup: null) => null, TESTING_ErrorOnReturnAsync: (_needsCleanup: null) => Promise<null>, TESTING_ErrorOnReturnIo: (asyncRuntime: Wrapper<NonSuspendingBackgroundThreadRuntime>, _needsCleanup: null) => CancellablePromise<null>, TESTING_ReturnStringArray: () => string[], TESTING_JoinStringArray: (array: string[], joinWith: string) => string, TESTING_ProcessBytestringArray: (input: Uint8Array[]) => Uint8Array[], TESTING_RoundTripU8: (input: number) => number, TESTING_RoundTripU16: (input: number) => number, TESTING_RoundTripU32: (input: number) => number, TESTING_RoundTripI32: (input: number) => number, TESTING_RoundTripU64: (input: bigint) => bigint, TESTING_ConvertOptionalUuid: (present: boolean) => Uuid | null, TESTING_InputStreamReadIntoZeroLengthSlice: (capsAlphabetInput: InputStream) => Promise<Uint8Array>, ComparableBackup_ReadUnencrypted: (stream: InputStream, len: bigint, purpose: number) => Promise<ComparableBackup>, ComparableBackup_GetComparableString: (backup: Wrapper<ComparableBackup>) => string, ComparableBackup_GetUnknownFields: (backup: Wrapper<ComparableBackup>) => string[], TESTING_FakeChatServer_Create: () => FakeChatServer, TESTING_FakeChatServer_GetNextRemote: (asyncRuntime: Wrapper<TokioAsyncContext>, server: Wrapper<FakeChatServer>) => CancellablePromise<FakeChatRemoteEnd>, TESTING_FakeChatConnection_Create: (tokio: Wrapper<TokioAsyncContext>, listener: ChatListener, alertsJoinedByNewlines: string) => FakeChatConnection, TESTING_FakeChatConnection_TakeAuthenticatedChat: (chat: Wrapper<FakeChatConnection>) => AuthenticatedChatConnection, TESTING_FakeChatConnection_TakeUnauthenticatedChat: (chat: Wrapper<FakeChatConnection>) => UnauthenticatedChatConnection, TESTING_FakeChatConnection_TakeRemote: (chat: Wrapper<FakeChatConnection>) => FakeChatRemoteEnd, TESTING_FakeChatRemoteEnd_SendRawServerRequest: (chat: Wrapper<FakeChatRemoteEnd>, bytes: Uint8Array) => void, TESTING_FakeChatRemoteEnd_SendRawServerResponse: (chat: Wrapper<FakeChatRemoteEnd>, bytes: Uint8Array) => void, TESTING_FakeChatRemoteEnd_SendServerResponse: (chat: Wrapper<FakeChatRemoteEnd>, response: Wrapper<FakeChatResponse>) => void, TESTING_FakeChatRemoteEnd_InjectConnectionInterrupted: (chat: Wrapper<FakeChatRemoteEnd>) => void, TESTING_FakeChatRemoteEnd_ReceiveIncomingRequest: (asyncRuntime: Wrapper<TokioAsyncContext>, chat: Wrapper<FakeChatRemoteEnd>) => CancellablePromise<[HttpRequest, bigint] | null>, TESTING_ChatResponseConvert: (bodyPresent: boolean) => ChatResponse, TESTING_ChatRequestGetMethod: (request: Wrapper<HttpRequest>) => string, TESTING_ChatRequestGetPath: (request: Wrapper<HttpRequest>) => string, TESTING_ChatRequestGetHeaderNames: (request: Wrapper<HttpRequest>) => string[], TESTING_ChatRequestGetHeaderValue: (request: Wrapper<HttpRequest>, headerName: string) => string, TESTING_ChatRequestGetBody: (request: Wrapper<HttpRequest>) => Uint8Array, TESTING_FakeChatResponse_Create: (id: bigint, status: number, message: string, headers: string[], body: Uint8Array | null) => FakeChatResponse, TESTING_ChatConnectErrorConvert: (errorDescription: string) => void, TESTING_ChatSendErrorConvert: (errorDescription: string) => void, TESTING_KeyTransFatalVerificationFailure: () => void, TESTING_KeyTransNonFatalVerificationFailure: () => void, TESTING_KeyTransChatSendError: () => void, TESTING_RegistrationSessionInfoConvert: () => RegistrationSession, TESTING_RegistrationService_CheckSvr2CredentialsResponseConvert: () => CheckSvr2CredentialsResponse, TESTING_FakeRegistrationSession_CreateSession: (asyncRuntime: Wrapper<TokioAsyncContext>, createSession: RegistrationCreateSessionRequest, chat: Wrapper<FakeChatServer>) => CancellablePromise<RegistrationService>, TESTING_RegisterAccountResponse_CreateTestValue: () => RegisterAccountResponse, TESTING_RegistrationService_CreateSessionErrorConvert: (errorDescription: string) => void, TESTING_RegistrationService_ResumeSessionErrorConvert: (errorDescription: string) => void, TESTING_RegistrationService_UpdateSessionErrorConvert: (errorDescription: string) => void, TESTING_RegistrationService_RequestVerificationCodeErrorConvert: (errorDescription: string) => void, TESTING_RegistrationService_SubmitVerificationErrorConvert: (errorDescription: string) => void, TESTING_RegistrationService_CheckSvr2CredentialsErrorConvert: (errorDescription: string) => void, TESTING_RegistrationService_RegisterAccountErrorConvert: (errorDescription: string) => void, TESTING_CdsiLookupResponseConvert: (asyncRuntime: Wrapper<TokioAsyncContext>) => CancellablePromise<LookupResponse>, TESTING_CdsiLookupErrorConvert: (errorDescription: string) => void, TESTING_ServerMessageAck_Create: () => ServerMessageAck, TESTING_ConnectionManager_newLocalOverride: (userAgent: string, chatPort: number, cdsiPort: number, svr2Port: number, svrBPort: number, rootCertificateDer: Uint8Array) => ConnectionManager, TESTING_ConnectionManager_isUsingProxy: (manager: Wrapper<ConnectionManager>) => number, TESTING_CreateOTP: (username: string, secret: Uint8Array) => string, TESTING_CreateOTPFromBase64: (username: string, secret: string) => string, TESTING_SignedPublicPreKey_CheckBridgesCorrectly: (sourcePublicKey: Wrapper<PublicKey>, signedPreKey: SignedPublicPreKey) => void, TestingSemaphore_New: (initial: number) => TestingSemaphore, TestingSemaphore_AddPermits: (semaphore: Wrapper<TestingSemaphore>, permits: number) => void, TestingValueHolder_New: (value: number) => TestingValueHolder, TestingValueHolder_Get: (holder: Wrapper<TestingValueHolder>) => number, TESTING_ReturnPair: () => [number, string], test_only_fn_returns_123: () => number, TESTING_BridgedStringMap_dump_to_json: (map: Wrapper<BridgedStringMap>) => string, TESTING_TokioAsyncContext_NewSingleThreaded: () => TokioAsyncContext;
|
|
118
|
+
export { registerErrors, initLogger, SealedSenderMultiRecipientMessage_Parse, MinidumpToJSONString, Aes256GcmSiv_New, Aes256GcmSiv_Encrypt, Aes256GcmSiv_Decrypt, PublicKey_HpkeSeal, PrivateKey_HpkeOpen, HKDF_DeriveSecrets, ServiceId_ServiceIdBinary, ServiceId_ServiceIdString, ServiceId_ServiceIdLog, ServiceId_ParseFromServiceIdBinary, ServiceId_ParseFromServiceIdString, ProtocolAddress_New, PublicKey_Deserialize, PublicKey_Serialize, PublicKey_GetPublicKeyBytes, ProtocolAddress_DeviceId, ProtocolAddress_Name, PublicKey_Equals, PublicKey_Compare, PublicKey_Verify, PrivateKey_Deserialize, PrivateKey_Serialize, PrivateKey_Generate, PrivateKey_GetPublicKey, PrivateKey_Sign, PrivateKey_Agree, KyberPublicKey_Serialize, KyberPublicKey_Deserialize, KyberSecretKey_Serialize, KyberSecretKey_Deserialize, KyberPublicKey_Equals, KyberKeyPair_Generate, KyberKeyPair_GetPublicKey, KyberKeyPair_GetSecretKey, IdentityKeyPair_Serialize, IdentityKeyPair_Deserialize, IdentityKeyPair_SignAlternateIdentity, IdentityKey_VerifyAlternateIdentity, Fingerprint_New, Fingerprint_ScannableEncoding, Fingerprint_DisplayString, ScannableFingerprint_Compare, SignalMessage_Deserialize, SignalMessage_GetBody, SignalMessage_GetSerialized, SignalMessage_GetCounter, SignalMessage_GetMessageVersion, SignalMessage_GetPqRatchet, SignalMessage_New, SignalMessage_VerifyMac, PreKeySignalMessage_New, PreKeySignalMessage_Deserialize, PreKeySignalMessage_Serialize, PreKeySignalMessage_GetRegistrationId, PreKeySignalMessage_GetSignedPreKeyId, PreKeySignalMessage_GetPreKeyId, PreKeySignalMessage_GetVersion, SenderKeyMessage_Deserialize, SenderKeyMessage_GetCipherText, SenderKeyMessage_Serialize, SenderKeyMessage_GetDistributionId, SenderKeyMessage_GetChainId, SenderKeyMessage_GetIteration, SenderKeyMessage_New, SenderKeyMessage_VerifySignature, SenderKeyDistributionMessage_Deserialize, SenderKeyDistributionMessage_GetChainKey, SenderKeyDistributionMessage_Serialize, SenderKeyDistributionMessage_GetDistributionId, SenderKeyDistributionMessage_GetChainId, SenderKeyDistributionMessage_GetIteration, SenderKeyDistributionMessage_New, DecryptionErrorMessage_Deserialize, DecryptionErrorMessage_GetTimestamp, DecryptionErrorMessage_GetDeviceId, DecryptionErrorMessage_Serialize, DecryptionErrorMessage_GetRatchetKey, DecryptionErrorMessage_ForOriginalMessage, DecryptionErrorMessage_ExtractFromSerializedContent, PlaintextContent_Deserialize, PlaintextContent_Serialize, PlaintextContent_GetBody, PlaintextContent_FromDecryptionErrorMessage, PreKeyBundle_New, PreKeyBundle_GetIdentityKey, PreKeyBundle_GetSignedPreKeySignature, PreKeyBundle_GetKyberPreKeySignature, PreKeyBundle_GetRegistrationId, PreKeyBundle_GetDeviceId, PreKeyBundle_GetSignedPreKeyId, PreKeyBundle_GetKyberPreKeyId, PreKeyBundle_GetPreKeyId, PreKeyBundle_GetPreKeyPublic, PreKeyBundle_GetSignedPreKeyPublic, PreKeyBundle_GetKyberPreKeyPublic, SignedPreKeyRecord_Deserialize, SignedPreKeyRecord_GetSignature, SignedPreKeyRecord_Serialize, SignedPreKeyRecord_GetId, SignedPreKeyRecord_GetTimestamp, SignedPreKeyRecord_GetPublicKey, SignedPreKeyRecord_GetPrivateKey, KyberPreKeyRecord_Deserialize, KyberPreKeyRecord_GetSignature, KyberPreKeyRecord_Serialize, KyberPreKeyRecord_GetId, KyberPreKeyRecord_GetTimestamp, KyberPreKeyRecord_GetPublicKey, KyberPreKeyRecord_GetSecretKey, KyberPreKeyRecord_GetKeyPair, SignedPreKeyRecord_New, KyberPreKeyRecord_New, PreKeyRecord_Deserialize, PreKeyRecord_Serialize, PreKeyRecord_GetId, PreKeyRecord_GetPublicKey, PreKeyRecord_GetPrivateKey, PreKeyRecord_New, SenderKeyRecord_Deserialize, SenderKeyRecord_Serialize, ServerCertificate_Deserialize, ServerCertificate_GetSerialized, ServerCertificate_GetCertificate, ServerCertificate_GetSignature, ServerCertificate_GetKeyId, ServerCertificate_GetKey, ServerCertificate_New, SenderCertificate_Deserialize, SenderCertificate_GetSerialized, SenderCertificate_GetCertificate, SenderCertificate_GetSignature, SenderCertificate_GetSenderUuid, SenderCertificate_GetSenderE164, SenderCertificate_GetExpiration, SenderCertificate_GetDeviceId, SenderCertificate_GetKey, SenderCertificate_Validate, SenderCertificate_GetServerCertificate, SenderCertificate_New, UnidentifiedSenderMessageContent_Deserialize, UnidentifiedSenderMessageContent_Serialize, UnidentifiedSenderMessageContent_GetContents, UnidentifiedSenderMessageContent_GetGroupId, UnidentifiedSenderMessageContent_GetSenderCert, UnidentifiedSenderMessageContent_GetMsgType, UnidentifiedSenderMessageContent_GetContentHint, UnidentifiedSenderMessageContent_New, CiphertextMessage_Type, CiphertextMessage_Serialize, CiphertextMessage_FromPlaintextContent, SessionRecord_ArchiveCurrentState, SessionRecord_HasUsableSenderChain, SessionRecord_CurrentRatchetKeyMatches, SessionRecord_Deserialize, SessionRecord_Serialize, SessionRecord_GetLocalRegistrationId, SessionRecord_GetRemoteRegistrationId, SealedSenderDecryptionResult_GetSenderUuid, SealedSenderDecryptionResult_GetSenderE164, SealedSenderDecryptionResult_GetDeviceId, SealedSenderDecryptionResult_Message, SessionBuilder_ProcessPreKeyBundle, SessionCipher_EncryptMessage, SessionCipher_DecryptSignalMessage, SessionCipher_DecryptPreKeySignalMessage, SealedSender_Encrypt, SealedSender_MultiRecipientEncrypt, SealedSender_MultiRecipientMessageForSingleRecipient, SealedSender_DecryptToUsmc, SealedSender_DecryptMessage, SenderKeyDistributionMessage_Create, SenderKeyDistributionMessage_Process, GroupCipher_EncryptMessage, GroupCipher_DecryptMessage, Cds2ClientState_New, HsmEnclaveClient_New, HsmEnclaveClient_CompleteHandshake, HsmEnclaveClient_EstablishedSend, HsmEnclaveClient_EstablishedRecv, HsmEnclaveClient_InitialRequest, SgxClientState_InitialRequest, SgxClientState_CompleteHandshake, SgxClientState_EstablishedSend, SgxClientState_EstablishedRecv, ExpiringProfileKeyCredential_CheckValidContents, ExpiringProfileKeyCredentialResponse_CheckValidContents, GroupMasterKey_CheckValidContents, GroupPublicParams_CheckValidContents, GroupSecretParams_CheckValidContents, ProfileKey_CheckValidContents, ProfileKeyCiphertext_CheckValidContents, ProfileKeyCommitment_CheckValidContents, ProfileKeyCredentialRequest_CheckValidContents, ProfileKeyCredentialRequestContext_CheckValidContents, ReceiptCredential_CheckValidContents, ReceiptCredentialPresentation_CheckValidContents, ReceiptCredentialRequest_CheckValidContents, ReceiptCredentialRequestContext_CheckValidContents, ReceiptCredentialResponse_CheckValidContents, UuidCiphertext_CheckValidContents, ServerPublicParams_Deserialize, ServerPublicParams_Serialize, ServerSecretParams_Deserialize, ServerSecretParams_Serialize, ProfileKey_GetCommitment, ProfileKey_GetProfileKeyVersion, ProfileKey_DeriveAccessKey, GroupSecretParams_GenerateDeterministic, GroupSecretParams_DeriveFromMasterKey, GroupSecretParams_GetMasterKey, GroupSecretParams_GetPublicParams, GroupSecretParams_EncryptServiceId, GroupSecretParams_DecryptServiceId, GroupSecretParams_EncryptProfileKey, GroupSecretParams_DecryptProfileKey, GroupSecretParams_EncryptBlobWithPaddingDeterministic, GroupSecretParams_DecryptBlobWithPadding, ServerSecretParams_GenerateDeterministic, ServerSecretParams_GetPublicParams, ServerSecretParams_SignDeterministic, ServerPublicParams_GetEndorsementPublicKey, ServerPublicParams_ReceiveAuthCredentialWithPniAsServiceId, ServerPublicParams_CreateAuthCredentialWithPniPresentationDeterministic, ServerPublicParams_CreateProfileKeyCredentialRequestContextDeterministic, ServerPublicParams_ReceiveExpiringProfileKeyCredential, ServerPublicParams_CreateExpiringProfileKeyCredentialPresentationDeterministic, ServerPublicParams_CreateReceiptCredentialRequestContextDeterministic, ServerPublicParams_ReceiveReceiptCredential, ServerPublicParams_CreateReceiptCredentialPresentationDeterministic, ServerSecretParams_IssueAuthCredentialWithPniZkcDeterministic, AuthCredentialWithPni_CheckValidContents, AuthCredentialWithPniResponse_CheckValidContents, ServerSecretParams_VerifyAuthCredentialPresentation, ServerSecretParams_IssueExpiringProfileKeyCredentialDeterministic, ServerSecretParams_VerifyProfileKeyCredentialPresentation, ServerSecretParams_IssueReceiptCredentialDeterministic, ServerSecretParams_VerifyReceiptCredentialPresentation, GroupPublicParams_GetGroupIdentifier, ServerPublicParams_VerifySignature, AuthCredentialPresentation_CheckValidContents, AuthCredentialPresentation_GetUuidCiphertext, AuthCredentialPresentation_GetPniCiphertext, AuthCredentialPresentation_GetRedemptionTime, ProfileKeyCredentialRequestContext_GetRequest, ExpiringProfileKeyCredential_GetExpirationTime, ProfileKeyCredentialPresentation_CheckValidContents, ProfileKeyCredentialPresentation_GetUuidCiphertext, ProfileKeyCredentialPresentation_GetProfileKeyCiphertext, ReceiptCredentialRequestContext_GetRequest, ReceiptCredential_GetReceiptExpirationTime, ReceiptCredential_GetReceiptLevel, ReceiptCredentialPresentation_GetReceiptExpirationTime, ReceiptCredentialPresentation_GetReceiptLevel, ReceiptCredentialPresentation_GetReceiptSerial, GenericServerSecretParams_CheckValidContents, GenericServerSecretParams_GenerateDeterministic, GenericServerSecretParams_GetPublicParams, GenericServerPublicParams_CheckValidContents, CallLinkSecretParams_CheckValidContents, CallLinkSecretParams_DeriveFromRootKey, CallLinkSecretParams_GetPublicParams, CallLinkSecretParams_DecryptUserId, CallLinkSecretParams_EncryptUserId, CallLinkPublicParams_CheckValidContents, CreateCallLinkCredentialRequestContext_CheckValidContents, CreateCallLinkCredentialRequestContext_NewDeterministic, CreateCallLinkCredentialRequestContext_GetRequest, CreateCallLinkCredentialRequest_CheckValidContents, CreateCallLinkCredentialRequest_IssueDeterministic, CreateCallLinkCredentialResponse_CheckValidContents, CreateCallLinkCredentialRequestContext_ReceiveResponse, CreateCallLinkCredential_CheckValidContents, CreateCallLinkCredential_PresentDeterministic, CreateCallLinkCredentialPresentation_CheckValidContents, CreateCallLinkCredentialPresentation_Verify, CallLinkAuthCredentialResponse_CheckValidContents, CallLinkAuthCredentialResponse_IssueDeterministic, CallLinkAuthCredentialResponse_Receive, CallLinkAuthCredential_CheckValidContents, CallLinkAuthCredential_PresentDeterministic, CallLinkAuthCredentialPresentation_CheckValidContents, CallLinkAuthCredentialPresentation_Verify, CallLinkAuthCredentialPresentation_GetUserId, BackupAuthCredentialRequestContext_New, BackupAuthCredentialRequestContext_CheckValidContents, BackupAuthCredentialRequestContext_GetRequest, BackupAuthCredentialRequest_CheckValidContents, BackupAuthCredentialRequest_IssueDeterministic, BackupAuthCredentialResponse_CheckValidContents, BackupAuthCredentialRequestContext_ReceiveResponse, BackupAuthCredential_CheckValidContents, BackupAuthCredential_GetBackupId, BackupAuthCredential_GetBackupLevel, BackupAuthCredential_GetType, BackupAuthCredential_PresentDeterministic, BackupAuthCredentialPresentation_CheckValidContents, BackupAuthCredentialPresentation_Verify, BackupAuthCredentialPresentation_GetBackupId, BackupAuthCredentialPresentation_GetBackupLevel, BackupAuthCredentialPresentation_GetType, GroupSendDerivedKeyPair_CheckValidContents, GroupSendDerivedKeyPair_ForExpiration, GroupSendEndorsementsResponse_CheckValidContents, GroupSendEndorsementsResponse_IssueDeterministic, GroupSendEndorsementsResponse_GetExpiration, GroupSendEndorsementsResponse_ReceiveAndCombineWithServiceIds, GroupSendEndorsementsResponse_ReceiveAndCombineWithCiphertexts, GroupSendEndorsement_CheckValidContents, GroupSendEndorsement_Combine, GroupSendEndorsement_Remove, GroupSendEndorsement_ToToken, GroupSendEndorsement_CallLinkParams_ToToken, GroupSendToken_CheckValidContents, GroupSendToken_ToFullToken, GroupSendFullToken_CheckValidContents, GroupSendFullToken_GetExpiration, GroupSendFullToken_Verify, LookupRequest_new, LookupRequest_addE164, LookupRequest_addPreviousE164, LookupRequest_setToken, LookupRequest_addAciAndAccessKey, CdsiLookup_new, CdsiLookup_token, CdsiLookup_complete, HttpRequest_new, HttpRequest_add_header, ChatConnectionInfo_local_port, ChatConnectionInfo_ip_version, ChatConnectionInfo_description, UnauthenticatedChatConnection_connect, UnauthenticatedChatConnection_init_listener, UnauthenticatedChatConnection_send, UnauthenticatedChatConnection_disconnect, UnauthenticatedChatConnection_info, UnauthenticatedChatConnection_look_up_username_hash, UnauthenticatedChatConnection_look_up_username_link, UnauthenticatedChatConnection_send_multi_recipient_message, AuthenticatedChatConnection_preconnect, AuthenticatedChatConnection_connect, AuthenticatedChatConnection_init_listener, AuthenticatedChatConnection_send, AuthenticatedChatConnection_disconnect, AuthenticatedChatConnection_info, ServerMessageAck_SendStatus, KeyTransparency_AciSearchKey, KeyTransparency_E164SearchKey, KeyTransparency_UsernameHashSearchKey, KeyTransparency_Search, KeyTransparency_Monitor, KeyTransparency_Distinguished, RegistrationService_CreateSession, RegistrationService_ResumeSession, RegistrationService_RequestVerificationCode, RegistrationService_SubmitVerificationCode, RegistrationService_SubmitCaptcha, RegistrationService_CheckSvr2Credentials, RegistrationService_RegisterAccount, RegistrationService_ReregisterAccount, RegistrationService_SessionId, RegistrationService_RegistrationSession, RegistrationSession_GetAllowedToRequestCode, RegistrationSession_GetVerified, RegistrationSession_GetNextCallSeconds, RegistrationSession_GetNextSmsSeconds, RegistrationSession_GetNextVerificationAttemptSeconds, RegistrationSession_GetRequestedInformation, RegisterAccountRequest_Create, RegisterAccountRequest_SetSkipDeviceTransfer, RegisterAccountRequest_SetAccountPassword, RegisterAccountRequest_SetIdentityPublicKey, RegisterAccountRequest_SetIdentitySignedPreKey, RegisterAccountRequest_SetIdentityPqLastResortPreKey, RegistrationAccountAttributes_Create, RegisterAccountResponse_GetIdentity, RegisterAccountResponse_GetNumber, RegisterAccountResponse_GetUsernameHash, RegisterAccountResponse_GetUsernameLinkHandle, RegisterAccountResponse_GetStorageCapable, RegisterAccountResponse_GetReregistration, RegisterAccountResponse_GetEntitlementBadges, RegisterAccountResponse_GetEntitlementBackupLevel, RegisterAccountResponse_GetEntitlementBackupExpirationSeconds, SecureValueRecoveryForBackups_CreateNewBackupChain, SecureValueRecoveryForBackups_StoreBackup, SecureValueRecoveryForBackups_RestoreBackupFromServer, SecureValueRecoveryForBackups_RemoveBackup, BackupStoreResponse_GetForwardSecrecyToken, BackupStoreResponse_GetOpaqueMetadata, BackupStoreResponse_GetNextBackupSecretData, BackupRestoreResponse_GetForwardSecrecyToken, BackupRestoreResponse_GetNextBackupSecretData, TokioAsyncContext_new, TokioAsyncContext_cancel, ConnectionProxyConfig_new, ConnectionManager_new, ConnectionManager_set_proxy, ConnectionManager_set_invalid_proxy, ConnectionManager_clear_proxy, ConnectionManager_set_ipv6_enabled, ConnectionManager_set_censorship_circumvention_enabled, ConnectionManager_set_remote_config, ConnectionManager_on_network_change, AccountEntropyPool_Generate, AccountEntropyPool_IsValid, AccountEntropyPool_DeriveSvrKey, AccountEntropyPool_DeriveBackupKey, BackupKey_DeriveBackupId, BackupKey_DeriveEcKey, BackupKey_DeriveLocalBackupMetadataKey, BackupKey_DeriveMediaId, BackupKey_DeriveMediaEncryptionKey, BackupKey_DeriveThumbnailTransitEncryptionKey, IncrementalMac_CalculateChunkSize, IncrementalMac_Initialize, IncrementalMac_Update, IncrementalMac_Finalize, ValidatingMac_Initialize, ValidatingMac_Update, ValidatingMac_Finalize, MessageBackupKey_FromAccountEntropyPool, MessageBackupKey_FromBackupKeyAndBackupId, MessageBackupKey_GetHmacKey, MessageBackupKey_GetAesKey, MessageBackupValidator_Validate, OnlineBackupValidator_New, OnlineBackupValidator_AddFrame, OnlineBackupValidator_Finalize, BackupJsonExporter_New, BackupJsonExporter_GetInitialChunk, BackupJsonExporter_ExportFrames, BackupJsonExporter_Finish, Username_Hash, Username_Proof, Username_Verify, Username_CandidatesFrom, Username_HashFromParts, UsernameLink_Create, UsernameLink_DecryptUsername, SignalMedia_CheckAvailable, Mp4Sanitizer_Sanitize, WebpSanitizer_Sanitize, SanitizedMetadata_GetMetadata, SanitizedMetadata_GetDataOffset, SanitizedMetadata_GetDataLen, BridgedStringMap_new, BridgedStringMap_insert, TESTING_NonSuspendingBackgroundThreadRuntime_New, TESTING_FutureSuccess, TESTING_TokioAsyncContext_FutureSuccessBytes, TESTING_FutureFailure, TESTING_FutureCancellationCounter_Create, TESTING_FutureCancellationCounter_WaitForCount, TESTING_FutureIncrementOnCancel, TESTING_TokioAsyncFuture, TESTING_TestingHandleType_getValue, TESTING_FutureProducesPointerType, TESTING_OtherTestingHandleType_getValue, TESTING_FutureProducesOtherPointerType, TESTING_PanicOnBorrowSync, TESTING_PanicOnBorrowAsync, TESTING_PanicOnBorrowIo, TESTING_ErrorOnBorrowSync, TESTING_ErrorOnBorrowAsync, TESTING_ErrorOnBorrowIo, TESTING_PanicOnLoadSync, TESTING_PanicOnLoadAsync, TESTING_PanicOnLoadIo, TESTING_PanicInBodySync, TESTING_PanicInBodyAsync, TESTING_PanicInBodyIo, TESTING_PanicOnReturnSync, TESTING_PanicOnReturnAsync, TESTING_PanicOnReturnIo, TESTING_ErrorOnReturnSync, TESTING_ErrorOnReturnAsync, TESTING_ErrorOnReturnIo, TESTING_ReturnStringArray, TESTING_JoinStringArray, TESTING_ProcessBytestringArray, TESTING_RoundTripU8, TESTING_RoundTripU16, TESTING_RoundTripU32, TESTING_RoundTripI32, TESTING_RoundTripU64, TESTING_ConvertOptionalUuid, TESTING_InputStreamReadIntoZeroLengthSlice, ComparableBackup_ReadUnencrypted, ComparableBackup_GetComparableString, ComparableBackup_GetUnknownFields, TESTING_FakeChatServer_Create, TESTING_FakeChatServer_GetNextRemote, TESTING_FakeChatConnection_Create, TESTING_FakeChatConnection_TakeAuthenticatedChat, TESTING_FakeChatConnection_TakeUnauthenticatedChat, TESTING_FakeChatConnection_TakeRemote, TESTING_FakeChatRemoteEnd_SendRawServerRequest, TESTING_FakeChatRemoteEnd_SendRawServerResponse, TESTING_FakeChatRemoteEnd_SendServerResponse, TESTING_FakeChatRemoteEnd_InjectConnectionInterrupted, TESTING_FakeChatRemoteEnd_ReceiveIncomingRequest, TESTING_ChatResponseConvert, TESTING_ChatRequestGetMethod, TESTING_ChatRequestGetPath, TESTING_ChatRequestGetHeaderNames, TESTING_ChatRequestGetHeaderValue, TESTING_ChatRequestGetBody, TESTING_FakeChatResponse_Create, TESTING_ChatConnectErrorConvert, TESTING_ChatSendErrorConvert, TESTING_KeyTransFatalVerificationFailure, TESTING_KeyTransNonFatalVerificationFailure, TESTING_KeyTransChatSendError, TESTING_RegistrationSessionInfoConvert, TESTING_RegistrationService_CheckSvr2CredentialsResponseConvert, TESTING_FakeRegistrationSession_CreateSession, TESTING_RegisterAccountResponse_CreateTestValue, TESTING_RegistrationService_CreateSessionErrorConvert, TESTING_RegistrationService_ResumeSessionErrorConvert, TESTING_RegistrationService_UpdateSessionErrorConvert, TESTING_RegistrationService_RequestVerificationCodeErrorConvert, TESTING_RegistrationService_SubmitVerificationErrorConvert, TESTING_RegistrationService_CheckSvr2CredentialsErrorConvert, TESTING_RegistrationService_RegisterAccountErrorConvert, TESTING_CdsiLookupResponseConvert, TESTING_CdsiLookupErrorConvert, TESTING_ServerMessageAck_Create, TESTING_ConnectionManager_newLocalOverride, TESTING_ConnectionManager_isUsingProxy, TESTING_CreateOTP, TESTING_CreateOTPFromBase64, TESTING_SignedPublicPreKey_CheckBridgesCorrectly, TestingSemaphore_New, TestingSemaphore_AddPermits, TestingValueHolder_New, TestingValueHolder_Get, TESTING_ReturnPair, test_only_fn_returns_123, TESTING_BridgedStringMap_dump_to_json, TESTING_TokioAsyncContext_NewSingleThreaded, };
|
|
119
|
+
export declare const enum LogLevel {
|
|
120
|
+
Error = 1,
|
|
121
|
+
Warn = 2,
|
|
122
|
+
Info = 3,
|
|
123
|
+
Debug = 4,
|
|
124
|
+
Trace = 5
|
|
125
|
+
}
|
|
126
|
+
export interface BridgedStringMap {
|
|
127
|
+
readonly __type: unique symbol;
|
|
128
|
+
}
|
|
129
|
+
export interface Aes256GcmSiv {
|
|
130
|
+
readonly __type: unique symbol;
|
|
131
|
+
}
|
|
132
|
+
export interface HsmEnclaveClient {
|
|
133
|
+
readonly __type: unique symbol;
|
|
134
|
+
}
|
|
135
|
+
export interface LookupRequest {
|
|
136
|
+
readonly __type: unique symbol;
|
|
137
|
+
}
|
|
138
|
+
export interface CdsiLookup {
|
|
139
|
+
readonly __type: unique symbol;
|
|
140
|
+
}
|
|
141
|
+
export interface ChatConnectionInfo {
|
|
142
|
+
readonly __type: unique symbol;
|
|
143
|
+
}
|
|
144
|
+
export interface UnauthenticatedChatConnection {
|
|
145
|
+
readonly __type: unique symbol;
|
|
146
|
+
}
|
|
147
|
+
export interface AuthenticatedChatConnection {
|
|
148
|
+
readonly __type: unique symbol;
|
|
149
|
+
}
|
|
150
|
+
export interface HttpRequest {
|
|
151
|
+
readonly __type: unique symbol;
|
|
152
|
+
}
|
|
153
|
+
export interface ServerMessageAck {
|
|
154
|
+
readonly __type: unique symbol;
|
|
155
|
+
}
|
|
156
|
+
export interface RegistrationService {
|
|
157
|
+
readonly __type: unique symbol;
|
|
158
|
+
}
|
|
159
|
+
export interface RegistrationSession {
|
|
160
|
+
readonly __type: unique symbol;
|
|
161
|
+
}
|
|
162
|
+
export interface RegisterAccountRequest {
|
|
163
|
+
readonly __type: unique symbol;
|
|
164
|
+
}
|
|
165
|
+
export interface RegisterAccountResponse {
|
|
166
|
+
readonly __type: unique symbol;
|
|
167
|
+
}
|
|
168
|
+
export interface RegistrationAccountAttributes {
|
|
169
|
+
readonly __type: unique symbol;
|
|
170
|
+
}
|
|
171
|
+
export interface BackupStoreResponse {
|
|
172
|
+
readonly __type: unique symbol;
|
|
173
|
+
}
|
|
174
|
+
export interface BackupRestoreResponse {
|
|
175
|
+
readonly __type: unique symbol;
|
|
176
|
+
}
|
|
177
|
+
export interface TokioAsyncContext {
|
|
178
|
+
readonly __type: unique symbol;
|
|
179
|
+
}
|
|
180
|
+
export interface ConnectionManager {
|
|
181
|
+
readonly __type: unique symbol;
|
|
182
|
+
}
|
|
183
|
+
export interface ConnectionProxyConfig {
|
|
184
|
+
readonly __type: unique symbol;
|
|
185
|
+
}
|
|
186
|
+
export interface CiphertextMessage {
|
|
187
|
+
readonly __type: unique symbol;
|
|
188
|
+
}
|
|
189
|
+
export interface DecryptionErrorMessage {
|
|
190
|
+
readonly __type: unique symbol;
|
|
191
|
+
}
|
|
192
|
+
export interface Fingerprint {
|
|
193
|
+
readonly __type: unique symbol;
|
|
194
|
+
}
|
|
195
|
+
export interface PlaintextContent {
|
|
196
|
+
readonly __type: unique symbol;
|
|
197
|
+
}
|
|
198
|
+
export interface PreKeyBundle {
|
|
199
|
+
readonly __type: unique symbol;
|
|
200
|
+
}
|
|
201
|
+
export interface PreKeyRecord {
|
|
202
|
+
readonly __type: unique symbol;
|
|
203
|
+
}
|
|
204
|
+
export interface PreKeySignalMessage {
|
|
205
|
+
readonly __type: unique symbol;
|
|
206
|
+
}
|
|
207
|
+
export interface PrivateKey {
|
|
208
|
+
readonly __type: unique symbol;
|
|
209
|
+
}
|
|
210
|
+
export interface ProtocolAddress {
|
|
211
|
+
readonly __type: unique symbol;
|
|
212
|
+
}
|
|
213
|
+
export interface PublicKey {
|
|
214
|
+
readonly __type: unique symbol;
|
|
215
|
+
}
|
|
216
|
+
export interface SenderCertificate {
|
|
217
|
+
readonly __type: unique symbol;
|
|
218
|
+
}
|
|
219
|
+
export interface SenderKeyDistributionMessage {
|
|
220
|
+
readonly __type: unique symbol;
|
|
221
|
+
}
|
|
222
|
+
export interface SenderKeyMessage {
|
|
223
|
+
readonly __type: unique symbol;
|
|
224
|
+
}
|
|
225
|
+
export interface SenderKeyRecord {
|
|
226
|
+
readonly __type: unique symbol;
|
|
227
|
+
}
|
|
228
|
+
export interface ServerCertificate {
|
|
229
|
+
readonly __type: unique symbol;
|
|
230
|
+
}
|
|
231
|
+
export interface SessionRecord {
|
|
232
|
+
readonly __type: unique symbol;
|
|
233
|
+
}
|
|
234
|
+
export interface SignalMessage {
|
|
235
|
+
readonly __type: unique symbol;
|
|
236
|
+
}
|
|
237
|
+
export interface SignedPreKeyRecord {
|
|
238
|
+
readonly __type: unique symbol;
|
|
239
|
+
}
|
|
240
|
+
export interface KyberPreKeyRecord {
|
|
241
|
+
readonly __type: unique symbol;
|
|
242
|
+
}
|
|
243
|
+
export interface UnidentifiedSenderMessageContent {
|
|
244
|
+
readonly __type: unique symbol;
|
|
245
|
+
}
|
|
246
|
+
export interface SealedSenderDecryptionResult {
|
|
247
|
+
readonly __type: unique symbol;
|
|
248
|
+
}
|
|
249
|
+
export interface KyberKeyPair {
|
|
250
|
+
readonly __type: unique symbol;
|
|
251
|
+
}
|
|
252
|
+
export interface KyberPublicKey {
|
|
253
|
+
readonly __type: unique symbol;
|
|
254
|
+
}
|
|
255
|
+
export interface KyberSecretKey {
|
|
256
|
+
readonly __type: unique symbol;
|
|
257
|
+
}
|
|
258
|
+
export interface SgxClientState {
|
|
259
|
+
readonly __type: unique symbol;
|
|
260
|
+
}
|
|
261
|
+
export interface ExpiringProfileKeyCredential {
|
|
262
|
+
readonly __type: unique symbol;
|
|
263
|
+
}
|
|
264
|
+
export interface ExpiringProfileKeyCredentialResponse {
|
|
265
|
+
readonly __type: unique symbol;
|
|
266
|
+
}
|
|
267
|
+
export interface GroupMasterKey {
|
|
268
|
+
readonly __type: unique symbol;
|
|
269
|
+
}
|
|
270
|
+
export interface GroupPublicParams {
|
|
271
|
+
readonly __type: unique symbol;
|
|
272
|
+
}
|
|
273
|
+
export interface GroupSecretParams {
|
|
274
|
+
readonly __type: unique symbol;
|
|
275
|
+
}
|
|
276
|
+
export interface ProfileKey {
|
|
277
|
+
readonly __type: unique symbol;
|
|
278
|
+
}
|
|
279
|
+
export interface ProfileKeyCiphertext {
|
|
280
|
+
readonly __type: unique symbol;
|
|
281
|
+
}
|
|
282
|
+
export interface ProfileKeyCommitment {
|
|
283
|
+
readonly __type: unique symbol;
|
|
284
|
+
}
|
|
285
|
+
export interface ProfileKeyCredentialRequest {
|
|
286
|
+
readonly __type: unique symbol;
|
|
287
|
+
}
|
|
288
|
+
export interface ProfileKeyCredentialRequestContext {
|
|
289
|
+
readonly __type: unique symbol;
|
|
290
|
+
}
|
|
291
|
+
export interface ReceiptCredential {
|
|
292
|
+
readonly __type: unique symbol;
|
|
293
|
+
}
|
|
294
|
+
export interface ReceiptCredentialPresentation {
|
|
295
|
+
readonly __type: unique symbol;
|
|
296
|
+
}
|
|
297
|
+
export interface ReceiptCredentialRequest {
|
|
298
|
+
readonly __type: unique symbol;
|
|
299
|
+
}
|
|
300
|
+
export interface ReceiptCredentialRequestContext {
|
|
301
|
+
readonly __type: unique symbol;
|
|
302
|
+
}
|
|
303
|
+
export interface ReceiptCredentialResponse {
|
|
304
|
+
readonly __type: unique symbol;
|
|
305
|
+
}
|
|
306
|
+
export interface UuidCiphertext {
|
|
307
|
+
readonly __type: unique symbol;
|
|
308
|
+
}
|
|
309
|
+
export interface ServerPublicParams {
|
|
310
|
+
readonly __type: unique symbol;
|
|
311
|
+
}
|
|
312
|
+
export interface ServerSecretParams {
|
|
313
|
+
readonly __type: unique symbol;
|
|
314
|
+
}
|
|
315
|
+
export interface IncrementalMac {
|
|
316
|
+
readonly __type: unique symbol;
|
|
317
|
+
}
|
|
318
|
+
export interface ValidatingMac {
|
|
319
|
+
readonly __type: unique symbol;
|
|
320
|
+
}
|
|
321
|
+
export interface MessageBackupKey {
|
|
322
|
+
readonly __type: unique symbol;
|
|
323
|
+
}
|
|
324
|
+
export interface BackupJsonExporter {
|
|
325
|
+
readonly __type: unique symbol;
|
|
326
|
+
}
|
|
327
|
+
export interface OnlineBackupValidator {
|
|
328
|
+
readonly __type: unique symbol;
|
|
329
|
+
}
|
|
330
|
+
export interface SanitizedMetadata {
|
|
331
|
+
readonly __type: unique symbol;
|
|
332
|
+
}
|
|
333
|
+
export interface NonSuspendingBackgroundThreadRuntime {
|
|
334
|
+
readonly __type: unique symbol;
|
|
335
|
+
}
|
|
336
|
+
export interface TestingHandleType {
|
|
337
|
+
readonly __type: unique symbol;
|
|
338
|
+
}
|
|
339
|
+
export interface OtherTestingHandleType {
|
|
340
|
+
readonly __type: unique symbol;
|
|
341
|
+
}
|
|
342
|
+
export interface ComparableBackup {
|
|
343
|
+
readonly __type: unique symbol;
|
|
344
|
+
}
|
|
345
|
+
export interface FakeChatConnection {
|
|
346
|
+
readonly __type: unique symbol;
|
|
347
|
+
}
|
|
348
|
+
export interface FakeChatRemoteEnd {
|
|
349
|
+
readonly __type: unique symbol;
|
|
350
|
+
}
|
|
351
|
+
export interface FakeChatServer {
|
|
352
|
+
readonly __type: unique symbol;
|
|
353
|
+
}
|
|
354
|
+
export interface FakeChatResponse {
|
|
355
|
+
readonly __type: unique symbol;
|
|
356
|
+
}
|
|
357
|
+
export interface TestingSemaphore {
|
|
358
|
+
readonly __type: unique symbol;
|
|
359
|
+
}
|
|
360
|
+
export interface TestingFutureCancellationCounter {
|
|
361
|
+
readonly __type: unique symbol;
|
|
362
|
+
}
|
|
363
|
+
export interface TestingValueHolder {
|
|
364
|
+
readonly __type: unique symbol;
|
|
365
|
+
}
|