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