/** * 从本地缓存中异步获取指定 key 的内容。 * * @param option */ declare function getStorage(key: string): Promise; export default getStorage;