import type { Stringifyable } from '@alwatr/type'; export declare const getLocalStorageItem: (name: string, defaultValue: T) => T; export declare const setLocalStorageItem: (name: string, value: T) => void; //# sourceMappingURL=local-storage.d.ts.map