type Options = {
    tagID: number | null;
};
declare const useTrackRouteChange: ({ tagID }: Options) => void;
export { useTrackRouteChange };
