import { AutoEncoder } from '@simonbackx/simple-encoding'; import { PaymentCustomer } from '../PaymentCustomer.js'; export declare class Customer extends AutoEncoder { firstName: string; lastName: string; email: string; phone: string; get name(): string; toPaymentCustomer(): PaymentCustomer; } //# sourceMappingURL=Customer.d.ts.map