/** Available contact fields */
export declare enum ContactFieldEnum {
    'address_city' = "address.city",
    'address_country' = "address.country",
    'address_line1' = "address.line1",
    'address_line2' = "address.line2",
    'address_line3' = "address.line3",
    'address_otherDetails' = "address.otherDetails",
    'address_province' = "address.province",
    'address_zip' = "address.zip",
    'birthCity' = "birthCity",
    'birthCountry' = "birthCountry",
    'birthDay' = "birthDay",
    'birthZip' = "birthZip",
    'cellPhone' = "cellPhone",
    'companyNationalIdentificationNumber' = "companyNationalIdentificationNumber",
    'email' = "email",
    'fax' = "fax",
    'firstName' = "firstName",
    'gender' = "gender",
    'language' = "language",
    'lastName' = "lastName",
    'legalForm' = "legalForm",
    'nationalIdentificationNumber' = "nationalIdentificationNumber",
    'nationality' = "nationality",
    'organisationName' = "organisationName",
    'organisationType' = "organisationType",
    'phone' = "phone",
    'spareEmail' = "spareEmail",
    'vat' = "vat"
}
//# sourceMappingURL=ContactFieldEnum.d.ts.map