import { Type } from '@nestjs/common'; export declare class Reflector { get(metadataKey: TKey, target: Type | Function): TResult; getAll(metadataKey: TKey, targets: (Type | Function)[]): TResult; }