export declare const isNumber: (payload: any, allowNegative?: boolean) => payload is number;