export declare class EventHandlerNotFoundException extends Error {
    constructor(eventName: string);
}
