import IEmbeddedAnnotation = require('../Entity/Annotation/IEmbeddedAnnotation'); export = PropertyAnnotationNormalizer; declare class PropertyAnnotationNormalizer { normalizePropertyAnnotations(embeddedAnnotation: IEmbeddedAnnotation): void; private isTypeStatic(propertyAnnotation); }