import { SchemaRule } from "../../types/rule-types.mjs"; //#region ../@warlock.js/seal/src/rules/string/without-whitespace.d.ts /** * Without whitespace rule - value must not contain whitespace */ declare const withoutWhitespaceRule: SchemaRule; //#endregion export { withoutWhitespaceRule }; //# sourceMappingURL=without-whitespace.d.mts.map