export declare const listenToRouteChanges: (handler: () => void) => void; export declare const abortRouteChangeDetection: () => void;