/** * * `GENERAL_CUSTOMER_REQUEST` - GENERAL_CUSTOMER_REQUEST * * `GDPR` - GDPR * * `OTHER` - OTHER */ export declare const ReasonEnum: { readonly GeneralCustomerRequest: "GENERAL_CUSTOMER_REQUEST"; readonly Gdpr: "GDPR"; readonly Other: "OTHER"; }; export type ReasonEnum = (typeof ReasonEnum)[keyof typeof ReasonEnum];