/** * 存储数据到 localStorage,自动 JSON.stringify */ export declare const setItem: (key: string, value: any) => void;