import { PubKey, Addr } from '../types/index.js'; /** * Get Addr for PubKey. * Under the hood this just wraps the hash160 function. * @category Hashing * @onchain * @param {PubKey} pubkey the public key. * @returns {Addr} address for the passed public key. */ export declare function pubKey2Addr(pubkey: PubKey): Addr; //# sourceMappingURL=pubKey2Addr.d.ts.map