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