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