import { MetadataReaderInterface, ConstructorMetadata, MetadataMap } from '../interfaces/interfaces'; export declare class MetadataReader implements MetadataReaderInterface { getConstructorMetadata(constructorFunc: Function): ConstructorMetadata; getPropertiesMetadata(constructorFunc: Function): MetadataMap; }