/** * 移除 localStorage 中的数据 */ export declare const removeItem: (key: string) => void;