import { Rule, RuleCondition, RequiredValidationFunction } from "../types.js"; export declare function nativeEnum(rule: (Rule | RuleCondition | null) | undefined, values: V): RequiredValidationFunction;