import type { Validator } from '.';
/** Validator that only allows non-negative numbers (`>= 0`). */
export declare const isNonNegative: Validator;
