/**
 * 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 UsersPointsEventSummaryResponseItem: core.serialization.ObjectSchema<serializers.UsersPointsEventSummaryResponseItem.Raw, TrophyApi.UsersPointsEventSummaryResponseItem>;
export declare namespace UsersPointsEventSummaryResponseItem {
    interface Raw {
        date: string;
        total: number;
        change: number;
    }
}
