export declare function useStorage(): { saveToStorage: (key: string, data: any) => boolean; loadFromStorage: (key: string) => any; };