export declare enum PAYMENT_METHODS_TYPES { WEB = "web", CARD = "card", APPLE_PAY = "apple_pay", GOOGLE_PAY = "google_pay", BENEFIT_PAY = "benefit_pay", CAREEM_PAY = "careem_pay" } export type paymentMethodsTypesName = keyof typeof PAYMENT_METHODS_TYPES;