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