export function isInt(value: unknown): boolean;
export default isInt;
