/** * 根据 user-agent 判断是否为 Windows 操作系统 * 仅适用于浏览器环境 * @returns {boolean} 如果是 Windows 返回 true,否则返回 false */ export declare const isWin: () => boolean;