export declare const initStorage: (storageObject: string) => void; export declare const getLocalStorageItem: (key: string) => any; export declare const setLocalStorageItem: (key: string, value: string) => void; //# sourceMappingURL=common.d.ts.map