import { RoutingConfig } from './runtime.js'; export declare const addNavigationEventListeners: (dispatch: (message: Message) => void, routingConfig: RoutingConfig) => (() => void); export declare const addLinkClickListener: (dispatch: (message: Message) => void, routingConfig: RoutingConfig) => (() => void); export declare const addBfcacheRestoreListener: () => (() => void); //# sourceMappingURL=browserListeners.d.ts.map