/** * 获取缓存数据的同步接口 */ export default function getStorageSync(options: { key: string; }): Promise<{ data: T; }>;