/** * 获取值 * @param key 键 * @example const res=get('key'); */ export default function get(key: string): any;