/** * 从本地缓存中移除指定 key * @param key [string]要移除缓存中的key值 * @example remove('key'); * @see */ export default function remove(key: string): Promise;