/** Updated rounding strategy. */
export declare const PatchPointsBoostsRequestItemRounding: {
    readonly Down: "down";
    readonly Up: "up";
    readonly Nearest: "nearest";
};
export type PatchPointsBoostsRequestItemRounding = (typeof PatchPointsBoostsRequestItemRounding)[keyof typeof PatchPointsBoostsRequestItemRounding];
