export declare function useHash(): readonly [string, (newHash: string) => void];
