/**
 * 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 StreakResponse: core.serialization.ObjectSchema<serializers.StreakResponse.Raw, TrophyApi.StreakResponse>;
export declare namespace StreakResponse {
    interface Raw extends serializers.BaseStreakResponse.Raw {
        streakHistory?: serializers.StreakResponseStreakHistoryItem.Raw[] | null;
    }
}
