export declare function generateKey(): Promise; export declare function encryptECDH(data: string, priv: string, pub: string): Promise; export declare function decryptECDH(data: string, priv: string, pub: string): Promise; declare const _default: { generateKey: typeof generateKey; encryptECDH: typeof encryptECDH; decryptECDH: typeof decryptECDH; }; export default _default;