declare function isInt(val: any): boolean;

export = isInt;
