type Params = { privateKey: Uint8Array; publicKey: Uint8Array; keyBoxCiphertext: Uint8Array; keyBoxNonce: Uint8Array; }; export declare function decryptKey({ privateKey, publicKey, keyBoxNonce, keyBoxCiphertext }: Params): Uint8Array; export {}; //# sourceMappingURL=decrypt-key.d.ts.map