/** * Reports whether `window.localStorage` is usable in the current environment. * * Access can throw (sandboxed iframes, disabled storage, SSR), so the probe is * wrapped in try/catch and treats any failure as unavailable. * @returns {boolean} True when localStorage can be read and written. */ export declare const canUseLocalStorage: () => boolean; //# sourceMappingURL=canUseLocalStorage.d.ts.map