export declare const StorageErr: import("scale-ts").Codec<{ tag: "Unknown"; value: { reason: string; }; } | { tag: "Full"; value: undefined; }>; export declare const StorageKey: import("scale-ts").Codec; export declare const StorageValue: import("scale-ts").Codec>; import type { CodecType } from "scale-ts"; export type StorageKeyType = CodecType; export type StorageValueType = CodecType; //# sourceMappingURL=localStorage.d.ts.map