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