/** * 操作系统匹配规则。 * @packageDocumentation * @internal */ import type { IRule } from './types'; /** * 操作系统匹配规则。 */ export declare const osRules: IRule[];