import { Path } from "./location-hook.js"; export function navigate(to: Path, options?: { state: S }): void; export function useHashLocation(options?: { ssrPath?: Path; }): [Path, typeof navigate];