import type { To, Location } from 'react-router'; export declare function usePreloadHistory(): { push: (location: To) => Promise; location: Location; }; //# sourceMappingURL=usePreloadHistory.d.ts.map