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