import { OnEvent } from "@atomist/automation-client"; import { EventHandlerRegistration, SoftwareDeliveryMachine } from "@atomist/sdm"; import { OnAnyJobTask } from "../../typings/types"; /** * Execute an incoming job task event */ export declare function executeTask(sdm: SoftwareDeliveryMachine): EventHandlerRegistration; export declare const ExecuteTaskListener: OnEvent; //# sourceMappingURL=executeTask.d.ts.map