export declare const isInfinity: (data: unknown) => data is number; export declare const isInfinitys: (data: unknown) => data is number[];