import IRuleExporter from "../IRuleExporter"; import Rule, { JsonRule } from "../Rule"; export default class StringRuleExporter implements IRuleExporter { export(rules: Rule[], options: object): string[]; static convertToString(r: JsonRule): string; static formatOperations(operations: string[]): string; } //# sourceMappingURL=StringRuleExporter.d.ts.map