import type { UTXOCalculationState } from '../../utils/calculateSpend'; export declare function useUnlockedUTXOs({ amountsToBurn, utxos, fromAddresses, amountsToStake, options, changeOutputs, inputUTXOs, inputs, stakeOutputs, ...state }: UTXOCalculationState): UTXOCalculationState; //# sourceMappingURL=useUnlockedUTXOs.d.ts.map