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 Branch events. */ export declare function branchToPullRequestLifecycle(contributions: Contributions): EventHandlerRegistration; /** * Send a lifecycle message on Branch events. */ export declare function branchToPullRequestCardLifecycle(contributions: Contributions): EventHandlerRegistration;