/**
 * Check if argument is Integer
 * @param arg
 * @returns {boolean}
 */
export declare function isInteger(arg: unknown): arg is number;
