import { ValidationConfig } from '../../validation-config.interface'; /** * Ensure to be used within config of {@link ValidatedArg} * Ensure this field is alphanumeric * @param allowSpaces Whether or not to allow spaces */ declare const ENSURE_ALPHANUM: (allowSpaces?: boolean) => ValidationConfig; export default ENSURE_ALPHANUM; //# sourceMappingURL=alphanum.validation-ensure.d.ts.map