import type { ICallResult, IExecutableTaskKeys, IOperationExecute } from '../task';
import * as factory from '../../factory';
export declare function call(params: Pick<factory.task.triggerWebhook.ITask, IExecutableTaskKeys>): IOperationExecute<ICallResult>;