import { ILocalStorageOptions, LocalStorageProp } from './types'; export declare function parse(json?: string | null): any; export declare function prop(key: string, defaultOptions?: ILocalStorageOptions): LocalStorageProp;