/** The status of the trigger. */
export declare const AdminPointsTriggerStatus: {
    readonly Active: "active";
    readonly Inactive: "inactive";
};
export type AdminPointsTriggerStatus = (typeof AdminPointsTriggerStatus)[keyof typeof AdminPointsTriggerStatus];
