/** * Check if v is an integer number * @param v */ export declare function isInteger(v: any): boolean;