import type { IEvent } from "./types";
import { Constructor } from "../di";
export declare function handle(): MethodDecorator;
export declare function handle(event: Constructor<IEvent>): MethodDecorator;
