import { ChainService } from '../../../service/chainService'; import { UnsignedTransaction } from '../../../typings/unsignedTransaction'; import { SendAmountArgs } from '../../../typings/args/sendAmountArgs'; export declare const sendAmountToSingleRecipient: (service: ChainService) => (args: SendAmountArgs) => Promise;