import Foundation enum DNSEvent { case packet(Data) } typealias DNSEventHandler = @Sendable (DNSEvent) async -> Void