import { CommandHandlerRegistration, SdmGoalState } from "@atomist/sdm";
export interface UpdateGoalStateParameters {
    goalSetId: string;
    uniqueName: string;
    state: SdmGoalState;
    msgId: string;
    slackRequester: string;
    githubRequester: string;
    teamId: string;
    channelId: string;
}
export declare function updateGoalStateCommand(): CommandHandlerRegistration<UpdateGoalStateParameters>;
//# sourceMappingURL=updateGoal.d.ts.map