variable performance Usage in Deno```typescript import { performance } from "node:node__perf_hooks.d.ts"; ``` Type Performance `performance` is a global reference for `import { performance } from 'node:perf_hooks'` Type globalThis extends { onmessage: any; performance: infer T; } ? T : _performance Seehttps://nodejs.org/docs/latest-v22.x/api/globals.html#performance