import { RootState } from '../../root';
import { TrackingApiState } from '../reducers';
import { TrackingModel } from '@lml/cosmo-ts-data';
export declare const getTrackingState: (state: RootState) => TrackingApiState;
export declare const getTrackingById: (state: RootState, id: string) => TrackingModel;
