/** Updated status. */
export declare const PatchPointsTriggersRequestItemStatus: {
    readonly Active: "active";
    readonly Inactive: "inactive";
};
export type PatchPointsTriggersRequestItemStatus = (typeof PatchPointsTriggersRequestItemStatus)[keyof typeof PatchPointsTriggersRequestItemStatus];
