import { StorageService } from "..";
export declare function useStorageService(scope: "user" | "device"): StorageService;
