/** * 浏览器是否支持 cookie */ declare const checkCookie: () => boolean; export default checkCookie;