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