import { SchemaRule } from "../../types/rule-types.mjs"; import { WhenRuleOptions } from "../../types/conditional-types.mjs"; //#region ../@warlock.js/seal/src/rules/core/when.d.ts /** * When rule - conditional validation based on another field value */ declare const whenRule: SchemaRule; //#endregion export { whenRule }; //# sourceMappingURL=when.d.mts.map