type LIMIT_MODULE = 1 | 2 | 4;
declare const LIMIT_GPSLOCK: 1;
declare const LIMIT_GEOFENCE: 2;
declare const LIMIT_ALTITUDE: 4;

export { LIMIT_ALTITUDE, LIMIT_GEOFENCE, LIMIT_GPSLOCK };
export type { LIMIT_MODULE };
