/** * Decode utxo hex. * @param {string} hex */ export declare function decode(hex: string): any;