export interface Curve { p: string; a: string; b: string; seed: string; generator: string; n: string; h: string; } export declare type Base64String = string; export declare type HexString = string; export declare type Config = { ecdhP256Key: string; ecdhP256KeyUncompressed: string; };