/** * Check if the value is an integer */ export declare function isInteger(value: any): boolean;