import { Router } from './router';
export * from './types';
export { default as createHeadManager } from './head';
export { default as shouldIntercept } from './shouldIntercept';
export { hrefToUrl, mergeDataIntoQueryString, urlWithoutHash } from './url';
export declare const Inertia: Router;
