export declare enum PaymentMethodEnum { CREDIT_CARD = 1, DEBIT_CARD = 2, PIX = 3, CASH = 4 } //# sourceMappingURL=payment-method.enum.d.ts.map