/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * The status of the trigger.
 */
export declare type PointsTriggerResponseStatus = "active" | "archived";
export declare const PointsTriggerResponseStatus: {
    readonly Active: "active";
    readonly Archived: "archived";
};
