import type { Validator } from '.';
/** Validator that only allows positive numbers (`> 0`). */
export declare const isPositive: Validator;
