variable performanceimport { performance } from "https://dotland.deno.dev/std@0.177.0/node/perf_hooks.ts"; typeOmit<Performance, | "clearMeasures" | "getEntries" | "getEntriesByName" | "getEntriesByType"> & { eventLoopUtilization: any; nodeTiming: Record<string, string>; timerify: any; timeOrigin: any; }