import { Event } from './Event'; export declare class EventWithContext extends Event { emit(data: T): Promise; }