/// export declare const Eth: { /** * @param {Buffer} uncompressed pubKey to format into Eth * @return {string} eth encoded address */ fromPubKeyUncompressed(pubKeyUncompressed: Buffer): string; }; //# sourceMappingURL=eth.d.ts.map