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