export declare const LOCAL_STORAGE = "localStorage"; export declare const MEMORY_STORAGE = "memory"; export declare const initialize: (type: string) => void; declare const _default: { read(name: string): string; write(name: string, value: string): any; remove(name: string): void; }; export default _default;