import { RuleDefinition, AsyncRuleHandler } from "./core.types"; export declare class RuleDefinitionParser { static parse: (handler: AsyncRuleHandler, argsTypes: string[] | undefined, definition: RuleDefinition) => RuleDefinition; static getType: (arg: string, type?: string) => "any" | "rule" | "runner" | "globalData" | "localData" | "scopedData" | { type: string; }; } //# sourceMappingURL=rule-parser.d.ts.map