import { EventHandlerRegistration } from "@atomist/sdm"; import { LifecycleParametersDefinition } from "../../../lifecycle/Lifecycle"; import { Contributions } from "../../../lifecycleSupport"; import * as graphql from "../../../typings/types"; /** * Send a lifecycle message on DeletedBranch events. */ export declare function deletedBranchToPullRequestLifecycle(contributions: Contributions): EventHandlerRegistration; /** * Send a lifecycle card on DeletedBranch events. */ export declare function deletedBranchToPullRequestCardLifecycle(contributions: Contributions): EventHandlerRegistration;