import { CheckNumber } from '../types'; /** https://en.wikipedia.org/wiki/Negative_number */ export declare const checkNegative: CheckNumber;