import { Validator } from "../models/validators"; export declare const isInteger: Validator; export declare const isNaturalNumber: Validator;