import { ProtocolParameters, UTxO, Value } from "./types";
declare type RequestResponse = {
    fulfilled: boolean;
    missing?: Value;
    totalValueSelected: Value;
    selectedUtxos: UTxO[];
};
export declare const selectUtxosByValue: (utxos: UTxO[], valueToSelect: Value, coinsPerUTxOWord?: ProtocolParameters["coins_per_utxo_word"]) => RequestResponse;
export {};
//# sourceMappingURL=selectUtxosByValue.d.ts.map