import { ValidationConfig } from '../../validation-config.interface'; /** * Ensure to be used within config of {@link ValidatedArg} * Ensure this field is a string representing an integer */ declare const ENSURE_STRINT: () => ValidationConfig; export default ENSURE_STRINT; //# sourceMappingURL=strint.validation-ensure.d.ts.map