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