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