export declare const isNegativeNumber: (val: number) => boolean; export default isNegativeNumber;