/** * 客户端匹配规则。 * @packageDocumentation * @internal */ import type { IRule } from './types'; /** * 客户端匹配规则。 */ declare let clientRules: IRule[]; export { clientRules };