import type { Validator } from '.';
/** Validator that only allows integer numbers. */
export declare const isInteger: Validator;
