export declare class KYCDocumentCheckAttributes { 'created-at': string; 'expires-on': string; exceptions: string[]; 'failure-details': string; identity: boolean; 'identity-photo': boolean; 'kyc-document-country': string; 'kyc-document-other-type': string; 'kyc-document-type': string; 'proof-of-address': boolean; status: string; 'updated-at': string; }