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