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