import type { F, OR, RouterPath, RouterNavigate } from '../types'; type Options = { history?: boolean; historyHash?: boolean; resetScroll?: boolean; }; declare const browser: (browserPath: F, routerPath?: F, options?: Options) => [OR, RouterNavigate]; export default browser; //# sourceMappingURL=browser.d.ts.map