import { DataEvent, SyncEverythingResponse } from "@nmshd/runtime"; export declare class ExternalEventReceivedEvent extends DataEvent { static readonly namespace: string; constructor(address: string, syncEverythingResponse: SyncEverythingResponse); } //# sourceMappingURL=ExternalEventReceivedEvent.d.ts.map