import { IssuingNonPciBusinessIdentifierDto } from './issuingNonPciBusinessIdentifierDto';
export interface IssuingNonPciEmployerDto {
    business_identifiers?: Array<IssuingNonPciBusinessIdentifierDto>;
    business_name?: string;
}
export declare namespace IssuingNonPciEmployerDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=issuingNonPciEmployerDto.d.ts.map