/** * Triggers `onChange` when another browser tab instance mutates the LS value. */ export declare const useWatchLocalStorage: ({ key: watchKey, onChange, }: { key: string; onChange(newValue: string | null): void; }) => void; //# sourceMappingURL=use-watch-localstorage-value.d.ts.map