export declare class Reflector {
    get<T>(metadataKey: any, target: any): T;
}
