export declare class Partners { id: number; company: number; code: string; document: string; name: string; surname: string; full_name: string; email: string; phone: string; city: number; address: string; profile: any; owner: number; created: Date; updated: Date; status: number; visible: number; city_region: number; city_name: string; city_status: number; region_country: number; region_name: string; region_status: number; country_id: number; country_code: string; country_name: string; country_currency: string; country_prefix: string; country_structure_phone: string; country_details: any; country_status: number; assigned_local: number; }