/**
 * 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 PointsTrigger: core.serialization.ObjectSchema<serializers.PointsTrigger.Raw, TrophyApi.PointsTrigger>;
export declare namespace PointsTrigger {
    interface Raw {
        id?: string | null;
        type?: serializers.PointsTriggerType.Raw | null;
        points?: number | null;
        metricName?: string | null;
        metricThreshold?: number | null;
        streakLengthThreshold?: number | null;
        achievementName?: string | null;
    }
}
