import { HandleCommand } from "@atomist/automation-client/lib/HandleCommand";
import { ChooseAndSetGoalsRules } from "../../../api-helper/goal/chooseAndSetGoals";
export declare class DisposeParameters {
    githubToken: string;
    owner: string;
    repo: string;
    providerId: string;
    areYouSure: string;
}
export declare function disposeCommand(rules: ChooseAndSetGoalsRules): HandleCommand;
//# sourceMappingURL=disposeCommand.d.ts.map