/** Updated time unit. Only permitted for time triggers. */
export declare const PatchPointsTriggersRequestItemTimeUnit: {
    readonly Hours: "hours";
    readonly Days: "days";
};
export type PatchPointsTriggersRequestItemTimeUnit = (typeof PatchPointsTriggersRequestItemTimeUnit)[keyof typeof PatchPointsTriggersRequestItemTimeUnit];
