import type { DataRef, Rule, RuleTestResponse } from '@os-team/lexical-rules'; declare abstract class AuxiliaryRule implements Rule { protected rule: Rule | undefined; test(ref: DataRef, pos: number): RuleTestResponse; } export default AuxiliaryRule; //# sourceMappingURL=AuxiliaryRule.d.ts.map