import { XmlRuleElement } from './xmlRuleElement.class';
export declare class XmlRules {
    ruleElements: Map<string, XmlRuleElement>;
    constructor(ruleElements: Map<string, XmlRuleElement>);
}
