export const isInt: (number: unknown) => boolean;
export default isInt;
