class HECClientimport { HECClient } from "https://deno.land/x/pup@1.0.0-beta.26/plugins/splunk-hec/hec.ts"; ConstructorsnewHECClient(hecUrl: string, hecToken: string)MethodssendEvent(splunkEvent: SplunkEvent): Promise<void>