import * as factory from '../../factory';
import type { ICallResult, IExecutableTaskKeys, IOperationExecute } from '../task';
/**
 * タスク実行関数
 */
export declare function call(params: Pick<factory.task.ITask<factory.taskName.VoidReserveTransaction>, IExecutableTaskKeys>): IOperationExecute<ICallResult>;
