import 'reflect-metadata'; import { Interceptor } from '../interfaces/interceptor.interface'; export declare function UseInterceptors(...Interceptors: (Interceptor | Function)[]): (target: Object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void;