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<RepoTargets>): CommandHandlerRegistration<ResetGoalsParameters & RepoTargetingParameters>;
//# sourceMappingURL=resetGoals.d.ts.map