import { Maker } from "@atomist/automation-client"; import { CommandHandlerRegistration, RepoTargetingParameters, RepoTargets, SoftwareDeliveryMachine } from "@atomist/sdm"; export declare class ResetGoalsParameters { providerId: string; name: string; version: string; } export declare function resetGoalsCommand(sdm: SoftwareDeliveryMachine, repoTargets?: Maker): CommandHandlerRegistration; //# sourceMappingURL=resetGoals.d.ts.map