/** * 浏览器内核规则。 * @packageDocumentation * @internal */ import type { IRule } from './types'; /** * 浏览器内核匹配规则。 */ export declare const browserRules: IRule[];