import { MappingError } from './mapping-error'; export declare class PropertyMetadataError extends MappingError { constructor(type: Function, propertyName: string, message?: string); }