import { SchemaRule } from "../../types/rule-types.mjs"; //#region ../@warlock.js/seal/src/rules/string/matches.d.ts /** * Matches rule - value must match another field value */ declare const matchesRule: SchemaRule<{ field: string; }>; //#endregion export { matchesRule }; //# sourceMappingURL=matches.d.mts.map