import { EventFired, HandlerContext, HandlerResult } from "@atomist/automation-client"; import { HandleEvent } from "@atomist/automation-client/lib/HandleEvent"; import { SoftwareDeliveryMachineConfiguration } from "@atomist/sdm"; import { OnSpecificCanceledSdmGoal } from "../../../../typings/types"; export declare class CancelGoalOnCanceled implements HandleEvent { configuration: SoftwareDeliveryMachineConfiguration; handle(e: EventFired, ctx: HandlerContext): Promise; } //# sourceMappingURL=CancelGoalOnCanceled.d.ts.map