/** * Defers the dispatch of a `Pusher` event on API controller response * In order to use this decorator the handler must use PusherChannel decorator to define its target */ export declare function PusherEvent(name: string): MethodDecorator;