import type { NumberValidatorType } from './number'; export declare interface IntegerValidatorType extends NumberValidatorType { }