export declare const isNegative: (x: any) => x is number; export declare const isNegativeInt: (x: any) => x is number; export declare const isNonPositiveInt: (x: any) => x is number; //# sourceMappingURL=is-negative.d.ts.map