import { ParsedRule } from '../types.js';
export declare function parseRuleString(ruleStr: string): ParsedRule[];
