import { Rule, RuleCondition, RequiredValidationFunction } from "../types.js"; export declare function map; }>(rule: (Rule | RuleCondition | null) | undefined, structure: STRUCTURE): RequiredValidationFunction;