import type { Storage, StorageValue } from "unstorage"; export declare function useStorage(base?: string): Storage;