/**
 * This file was auto-generated by Fern from our API Definition.
 */
import * as serializers from "..";
import * as TrophyApi from "../../api";
import * as core from "../../core";
export declare const PointsRange: core.serialization.ObjectSchema<serializers.PointsRange.Raw, TrophyApi.PointsRange>;
export declare namespace PointsRange {
    interface Raw {
        from?: number | null;
        to?: number | null;
        users?: number | null;
    }
}
