export declare const PointsBoostWebhookPayloadStatus: {
readonly Active: "active";
readonly Finished: "finished";
};
export type PointsBoostWebhookPayloadStatus = (typeof PointsBoostWebhookPayloadStatus)[keyof typeof PointsBoostWebhookPayloadStatus];