/**
 * 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 MetricEventStreakResponse: core.serialization.ObjectSchema<serializers.MetricEventStreakResponse.Raw, TrophyApi.MetricEventStreakResponse>;
export declare namespace MetricEventStreakResponse {
    interface Raw extends serializers.BaseStreakResponse.Raw {
        extended?: boolean | null;
    }
}
