export declare function LocalStorage(key?: string, defaultValue?: any): (prototype: any, propName: any) => void; export declare function SessionStorage(key?: string, defaultValue?: any): (prototype: any, propName: any) => void;