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