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