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