export declare class ContactAttributes { 'account-roles': string[]; 'aml-cleared': boolean; 'cip-cleared': boolean; 'contact-type': string; 'date-of-birth': string; email: 'extropy@gmail.com'; 'identity-confirmed': boolean; 'identity-documents-verified': boolean; name: string; 'proof-of-address-documents-verified': boolean; 'region-of-formation': string; sex: string; 'tax-country': 'US'; 'tax-id-number': string; 'tax-state': string; type: string; 'created-at': string; 'updated-at': string; }