export declare const isPositive: (x: any) => x is number;
export declare const isPositiveInt: (x: any) => x is number;
export declare const isNonNegativeInt: (x: any) => x is number;
//# sourceMappingURL=is-positive.d.ts.map