export default getCookie; /** * 获取cookie中的值✅ * @param {string} str 字段名 */ declare function getCookie(str: string): string | false | undefined;