declare function isInteger(item: unknown): boolean; declare function isInteger(item: unknown): item is T; export { isInteger };