export declare function getDeriveKeySalt(): Uint8Array | null;
export declare function setDeriveKeySalt(deriveKeySalt: Uint8Array | null): void;
export declare function getCredentialProof(): Uint8Array | null;
export declare function setCredentialProof(credentialProof: Uint8Array | null): void;
