import { ListenerOptions } from '../interfaces'; export declare const OnRequest: (type: string | symbol, options?: ListenerOptions) => MethodDecorator;