export declare class LocalsCompanyInformationForTheMap { id: number; company: number; name: string; city: number; address: string; latitude: number; longitude: number; details: any | null; created: Date; updated: Date; updated_by: number; square: number | null; pos_system: number; pos_system_settings: any | null; status: number; visible: number; contact_details: any | null; company_code: string; company_name: string; company_partner: number; company_profile: any | null; company_contact_details: any | null; company_settings: any | null; company_created: Date; company_expiration: string | null; company_updated: Date; company_status: number; total_requests: number; total_ratings: number; average_rating: number; square_id: number; square_name: string; square_address: string; square_latitude: number; square_longitude: number; square_details: any | null; square_maximum_number_locals: number; square_email: string; square_phone: string; square_status: number; city_id: number; city_name: string; city_status: number; region_name: string; region_status: number; country_code: string; country_name: string; country_currency: string; country_prefix: string; country_structure_phone: string; country_legal_information: any | null; country_legal_agent: string; country_details: any | null; country_status: number; partner_document: string; partner_name: string; partner_surname: string; partner_email: string; partner_phone: string; partner_city: string; partner_address: string; partner_profile: any | null; partner_owner: number; partner_status: number; partner_visible: number; }