import { StorageContent } from "./StorageContent"; declare type GetStorageCallbackOptions = import("../common").CallbackOptions; export interface GetStorageOptions extends GetStorageCallbackOptions { /** * 本地缓存中指定的 key */ key: string; } export {};