import { TransferOutput } from '../../../../serializable'; import type { Utxo } from '../../../../serializable/avax/utxo'; import { StakeableLockOut } from '../../../../serializable/pvm'; import type { SpendReducerFunction, SpendReducerState } from './types'; export declare const getUsableUTXOsFilter: (state: SpendReducerState) => (utxo: Utxo) => utxo is Utxo>; export declare const useSpendableLockedUTXOs: SpendReducerFunction; //# sourceMappingURL=useSpendableLockedUTXOs.d.ts.map