import { IdentityAttachmentApiDto } from './identityAttachmentApiDto';
export interface IdentityInfoApiDto {
    identity_files?: Array<IdentityAttachmentApiDto>;
}
export declare namespace IdentityInfoApiDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=identityInfoApiDto.d.ts.map