import { GoalCompletionListener } from "../../api/listener/GoalCompletionListener";
import { GoalsSetListener } from "../../api/listener/GoalsSetListener";
import { SoftwareDeliveryMachine } from "../../api/machine/SoftwareDeliveryMachine";
import { SdmGoalState, StatusState } from "../../typings/types";
export declare function createPendingGitHubStatusOnGoalSet(sdm: SoftwareDeliveryMachine): GoalsSetListener;
export declare function setGitHubStatusOnGoalCompletion(sdm: SoftwareDeliveryMachine): GoalCompletionListener;
export declare function sdmGoalStateToGitHubStatusState(goalState: SdmGoalState): StatusState;
//# sourceMappingURL=statusSetters.d.ts.map