export declare const Interceptors: (interceptors?: any[]) => (target: any, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
