import { RuleContext } from '../validator'; export declare function integer(value: any, _ctx: RuleContext): boolean;