import { Maker } from "@atomist/automation-client";
import { CommandHandlerRegistration, RepoTargetingParameters, RepoTargets, SdmGoalState, SoftwareDeliveryMachine } from "@atomist/sdm";
declare class SetGoalStateParameters {
    providerId: string;
    goal: string;
    state: SdmGoalState;
    msgId: string;
    cancel: boolean;
}
export declare function setGoalStateCommand(sdm: SoftwareDeliveryMachine, repoTargets?: Maker<RepoTargets>): CommandHandlerRegistration<SetGoalStateParameters & RepoTargetingParameters>;
export {};
//# sourceMappingURL=setGoalState.d.ts.map