import { Anotation } from './anotation'; export declare class Integer implements Anotation { value: string; constructor(value: string); validate(): boolean; }