export declare class LocalsCompany { id: number; code: string; company: number; name: string; address: string; latitude: string; longitude: string; details: any | null; created: Date; updated: Date; status: number; visible: number; city_id: number; city_name: string; city_status: number; region_id: number; region_name: string; region_status: number; country_id: number; country_code: string; country_name: string; country_status: number; country_details: any | null; average_rating: number; rating_count: number; square_id: number; square_name: string; square_address: string; square_status: number; partners_count: number; request_count: number; pos_system_id: number; pos_system_name: string; pos_system_description: string; pos_system_endpoint_products: any; pos_system_endpoint_order: any; pos_system_authentication_credentials: number | null; pos_system_settings: any | null; pos_system_created: Date; pos_system_expiration: string | null; pos_system_status: number; }