export declare const setLocalStorage: (key: string, value: string, options?: {
ttl?: number;
}) => void;
export declare const getLocalStorage: (key: string) => any;
export declare const setCacheDevice: (value: any) => void;
export declare const getCacheDevice: () => any;