export default function useLocationHash(): readonly [string, (newHash: string) => void];
