import { IssuingNonPciAddressDto } from './issuingNonPciAddressDto';
import { IssuingNonPciCardholderNameResponseDto } from './issuingNonPciCardholderNameResponseDto';
import { IssuingNonPciEmployerDto } from './issuingNonPciEmployerDto';
export interface IssuingNonPciIndividualResponseDto {
    address?: IssuingNonPciAddressDto;
    date_of_birth: string;
    employers?: Array<IssuingNonPciEmployerDto>;
    name: IssuingNonPciCardholderNameResponseDto;
}
export declare namespace IssuingNonPciIndividualResponseDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=issuingNonPciIndividualResponseDto.d.ts.map