export declare class HouseholdRegisterContent { name?: string; private 'householder_relationship'?; private 'former_name'?; sex?: string; birthplace?: string; ethnicity?: string; private 'origin_place'?; private 'birth_date'?; private 'other_address'?; private 'religious_belief'?; private 'id_card_number'?; height?: string; private 'blood_type'?; education?: string; private 'marital_status'?; private 'military_service_status'?; private 'work_place'?; occupation?: string; private 'migrated_to_city'?; private 'migrated_to_address'?; private 'registrar_signature_seal'?; private 'registration_date'?; private 'household_type'?; private 'household_number'?; private 'householder_name'?; community?: string; address?: string; private 'issue_date'?; private 'police_station'?; constructor(); withName(name: string): HouseholdRegisterContent; withHouseholderRelationship(householderRelationship: string): HouseholdRegisterContent; set householderRelationship(householderRelationship: string | undefined); get householderRelationship(): string | undefined; withFormerName(formerName: string): HouseholdRegisterContent; set formerName(formerName: string | undefined); get formerName(): string | undefined; withSex(sex: string): HouseholdRegisterContent; withBirthplace(birthplace: string): HouseholdRegisterContent; withEthnicity(ethnicity: string): HouseholdRegisterContent; withOriginPlace(originPlace: string): HouseholdRegisterContent; set originPlace(originPlace: string | undefined); get originPlace(): string | undefined; withBirthDate(birthDate: string): HouseholdRegisterContent; set birthDate(birthDate: string | undefined); get birthDate(): string | undefined; withOtherAddress(otherAddress: string): HouseholdRegisterContent; set otherAddress(otherAddress: string | undefined); get otherAddress(): string | undefined; withReligiousBelief(religiousBelief: string): HouseholdRegisterContent; set religiousBelief(religiousBelief: string | undefined); get religiousBelief(): string | undefined; withIdCardNumber(idCardNumber: string): HouseholdRegisterContent; set idCardNumber(idCardNumber: string | undefined); get idCardNumber(): string | undefined; withHeight(height: string): HouseholdRegisterContent; withBloodType(bloodType: string): HouseholdRegisterContent; set bloodType(bloodType: string | undefined); get bloodType(): string | undefined; withEducation(education: string): HouseholdRegisterContent; withMaritalStatus(maritalStatus: string): HouseholdRegisterContent; set maritalStatus(maritalStatus: string | undefined); get maritalStatus(): string | undefined; withMilitaryServiceStatus(militaryServiceStatus: string): HouseholdRegisterContent; set militaryServiceStatus(militaryServiceStatus: string | undefined); get militaryServiceStatus(): string | undefined; withWorkPlace(workPlace: string): HouseholdRegisterContent; set workPlace(workPlace: string | undefined); get workPlace(): string | undefined; withOccupation(occupation: string): HouseholdRegisterContent; withMigratedToCity(migratedToCity: string): HouseholdRegisterContent; set migratedToCity(migratedToCity: string | undefined); get migratedToCity(): string | undefined; withMigratedToAddress(migratedToAddress: string): HouseholdRegisterContent; set migratedToAddress(migratedToAddress: string | undefined); get migratedToAddress(): string | undefined; withRegistrarSignatureSeal(registrarSignatureSeal: string): HouseholdRegisterContent; set registrarSignatureSeal(registrarSignatureSeal: string | undefined); get registrarSignatureSeal(): string | undefined; withRegistrationDate(registrationDate: string): HouseholdRegisterContent; set registrationDate(registrationDate: string | undefined); get registrationDate(): string | undefined; withHouseholdType(householdType: string): HouseholdRegisterContent; set householdType(householdType: string | undefined); get householdType(): string | undefined; withHouseholdNumber(householdNumber: string): HouseholdRegisterContent; set householdNumber(householdNumber: string | undefined); get householdNumber(): string | undefined; withHouseholderName(householderName: string): HouseholdRegisterContent; set householderName(householderName: string | undefined); get householderName(): string | undefined; withCommunity(community: string): HouseholdRegisterContent; withAddress(address: string): HouseholdRegisterContent; withIssueDate(issueDate: string): HouseholdRegisterContent; set issueDate(issueDate: string | undefined); get issueDate(): string | undefined; withPoliceStation(policeStation: string): HouseholdRegisterContent; set policeStation(policeStation: string | undefined); get policeStation(): string | undefined; } //# sourceMappingURL=HouseholdRegisterContent.d.ts.map