import { UTXO } from 'scrypt-ts';
export declare function pickLargeFeeUtxo(feeUtxos: Array<UTXO>): UTXO;
