/**
 * Represents the actions that can be performed on ForecastAdjustment objects.
 */
export declare abstract class ForecastAdjustmentAction {
}
/**
 * The action used for activating ForecastAdjustment objects.
 */
export declare class ActivateForecastAdjustments implements ForecastAdjustmentAction {
}
/**
 * DeactivateForecastAdjustments
 */
export declare class DeactivateForecastAdjustments implements ForecastAdjustmentAction {
}
//# sourceMappingURL=adjustment.action.d.ts.map