import { Utxo } from '../interfaces'; export interface QueryUtxoParamsParams { cliPath: string; networkParam: string; address: string; } export declare function queryUTXOCommand(options: QueryUtxoParamsParams): Promise;