import { OtherContact } from './otherContact'; export declare class PartnerApplication { 'id'?: number; 'uid'?: number; 'language'?: string; 'countryId'?: number; 'firstname'?: string; 'lastname'?: string; 'email'?: string; 'joinUid'?: number; 'joinCountryId'?: number; 'identityComment'?: string; 'promotionChannels'?: string; 'contactDetails'?: string; 'knowDetails'?: string; 'questionLang'?: string; 'createTimest'?: Date; 'updateTimest'?: Date; 'applyType'?: number; 'auditStatus'?: number; 'editCounts'?: number; 'proofImages'?: string; 'proofVideos'?: string; 'proofUrl'?: string; 'auditReason'?: number; 'channelType'?: number; 'region'?: string; 'phone'?: string; 'telegram'?: string; 'otherContact'?: OtherContact; 'proofImagesUrlList'?: Array; 'proofVideosUrlList'?: Array; 'applyMsg'?: string; 'jumpUrl'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }