declare const isOdd: (n: number) => boolean; declare const isEven: (n: number) => boolean; declare const isNumeric: (n: number) => boolean; export { isOdd, isEven, isNumeric }; //# sourceMappingURL=number.d.ts.map