export declare abstract class InboxOutboxEvent { abstract readonly name: string; }