export declare enum PAYMENT_METHODS { DEBIT_CARD = "debit_card", CREDIT_CARD = "credit_card" } export type PaymentMethod = PAYMENT_METHODS;