/** All supported key types */ export declare enum KeyType { 'ED25519' = 0, 'SECP256K1' = 1 } export declare const KeySize: { SECRET_KEY: number; ED25519_PUBLIC_KEY: number; SECP256k1_PUBLIC_KEY: number; }; //# sourceMappingURL=constants.d.ts.map