export declare class LocalsCompanyInformationForTheTable { id: number; code: string; company: number; name: string; city: number; address: string; latitude: number; longitude: number; details: any | null; created: Date; created_by: number; updated: Date | null; updated_by: number | null; square: number | null; pos_system: number; pos_system_settings: any | null; status: number; visible: number; contact_details: any | null; operation_status: number; local_change_id: number; local_change_operation_type: number; local_change_comments: string | null; local_change_created: Date; local_change_status: number; local_change_created_by: number | null; local_change_assigned_to: number | null; local_change_changes: any; local_change_local: number; type_local: string; address_local: string; company_id: number; company_code: string; company_name: string; company_expiration: string | null; company_partner: number; company_contact_details: any | null; company_profile: any | null; company_legal_agent: any | null; company_legal_information: any | null; company_settings: any | null; city_id: number; city_name: string; city_region: number; city_status: number; region_id: number; region_name: string; region_country: number; region_status: number; country_id: number; country_code: string; country_name: string; country_currency: string; country_details: any | null; country_legal_agent: any | null; country_legal_information: any | null; country_prefix: string; country_status: number; country_structure_phone: string; created_by_id: number; created_by_code: string; created_by_document: string | null; created_by_name: string; created_by_surname: string; created_by_full_name: string; created_by_phone: string | null; created_by_owner: number; created_by_email: string; created_by_city: string | null; created_by_address: string | null; created_by_profile: any | null; created_by_status: number; created_by_visible: number; created_by_created: Date; created_by_updated: Date; partner_id: number; partner_code: string; partner_document: string | null; partner_name: string; partner_surname: string; partner_full_name: string; partner_phone: string | null; partner_owner: number; partner_email: string; partner_city: string | null; partner_address: string | null; partner_profile: any | null; partner_status: number; partner_visible: number; partner_created: Date; partner_updated: Date; square_id: number; square_details: any | null; square_email: string | null; square_address: string; square_latitude: number | null; square_longitude: number | null; square_maximum_number_locals: number; square_name: string; square_phone: string | null; square_status: number; local_plan_id: number; local_plan_type: string; local_plan_price: number; local_plan_start_date: Date; local_plan_end_date: Date; local_plan_settings: any | null; local_plan_status: number; plan_code: string; plan_company: number; plan_created: Date; plan_name: string; plan_id: number; plan_description: any | null; plan_quantity_locals: number; plan_expiration: Date; plan_status: number; total_requests: number; total_ratings: number; average_rating: number; }