import { RuleType, RuleFunction } from "./Types";
export declare const RULE_FUNCTION_MAPS: Record<RuleType, RuleFunction>;
