import { IRuleDefinition } from "./Interface"; import { RuleType } from "./Types"; export declare const toRuleDefinition: (rule: string) => IRuleDefinition; export declare const toRuleType: (name: string) => RuleType;