export declare enum ActivityCheckInLocationJustification { WRONG_STORE_LOCATION = "wrong_store_location", WRONG_GPS_LOCATION = "wrong_gps_location", GPS_ERROR = "gps_error", MANAGER_CHECK_IN = "manager_check_in" }