/** * 获取全局存储 * @param key 键 * @example const value=get('key'); */ export default function get(key: string): any;