import { RootState } from '../../root';
import { LocationModel } from '@lml/cosmo-ts-data';
export declare const getLocationByObjectId: (state: RootState, refId: string) => LocationModel;
export declare const getLastLocationUpdate: (state: RootState) => number;
