export declare const isInteger: (candidate: unknown) => candidate is number;
