/** * 删除缓存数据的异步接口 */ export default function removeStorageSync(options: { key: string; }): Promise<{ success: boolean; }>;