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