/**
 * read and write url hash, response to url hash change
 */
export declare const useHash: () => readonly [string, (newHash: string) => void];
