import { ValidatorState } from './ValidatorState'; export declare class PropertyValidationResult { name: string; value: any; exists: boolean; typecheck: boolean; type: string; min: boolean; minVal: string; max: boolean; maxVal: string; validators: ValidatorState[]; } //# sourceMappingURL=PropertyValidationResult.d.ts.map