import { CurrencyAmount } from '../../CurrencyAmount';
export type UtxoFeeParams = {
    feePerKb: CurrencyAmount;
};
