export declare function encryptWithNacl(key: Uint8Array, object: any, nonce?: Uint8Array): Uint8Array; export declare function decryptWithNacl(encryptionKey: Uint8Array, encryptedArray: Uint8Array): any;