export declare function combineKeys(master: Uint8Array): Uint8Array export declare function getSharedKey( ephemeralPoint: Uint8Array, sharedPoint: Uint8Array ): Uint8Array export declare function hexToPublicKey(hex: string): Uint8Array //# sourceMappingURL=elliptic.d.ts.map