import type { Validator } from '.'; /** Validator that only allows negative numbers (`< 0`). */ export declare const isNegative: Validator;