declare function get(name: string, defaultValue: T): T; declare function set(name: string, value: T): void; declare const _default: { get: typeof get; set: typeof set; }; export default _default; //# sourceMappingURL=local-storage-json.d.ts.map