import { SmartParameters } from "../../../SmartParameters";
import { BaseEditorOrReviewerParameters } from "./BaseEditorOrReviewerParameters";
/**
 * Editor parameters that apply to a single GitHub repo mapped to a Slack channel,
 * or otherwise use the targets.repos regex.
 */
export declare class EditOneOrAllParameters extends BaseEditorOrReviewerParameters implements SmartParameters {
    constructor();
    bindAndValidate(): void;
}
//# sourceMappingURL=EditOneOrAllParameters.d.ts.map