export declare class KYCDocumentAttributes { 'contact-id': string; 'uploaded-document-id': string; 'backside-document-id'?: string; 'expires-on'?: string; identity?: boolean; 'identity-photo'?: boolean; 'proof-of-address'?: boolean; 'kyc-document-country'?: string; 'kyc-document-type'?: string; 'kyc-document-other-type'?: string; }