export declare const isInteger: (item: unknown) => item is number; export declare const isIntegerArray: (array: unknown[]) => array is number[];