import { CommandHandlerRegistration } from "../../api/registration/CommandHandlerRegistration";
import { SdmGoalState } from "../../typings/types";
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