/** The status of the points boost. */
export declare const PointsBoostWebhookPayloadStatus: {
    readonly Active: "active";
    readonly Finished: "finished";
};
export type PointsBoostWebhookPayloadStatus = (typeof PointsBoostWebhookPayloadStatus)[keyof typeof PointsBoostWebhookPayloadStatus];
