import { PaymentAccountTypesEnum } from '../constants/payment-account-types'; export declare class AccountInfoResponseDTO { id: string; firstName: string; lastName: string; businessName: string; businessTaxId: string; type: PaymentAccountTypesEnum; }