import type { GpsInfo } from '../options';
/**
 * GPS information of state
 */
export type StateGpsInfo = {
    /** GPS information */
    gpsInfo?: GpsInfo;
};
//# sourceMappingURL=state-gps-info.d.ts.map