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