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