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