DVMHandler: {
    handleEvent: (e: TrustedEvent) => AsyncGenerator<StampedEvent>;
    stop?: () => void;
}