variable DomInspectorActivatorsimport { DomInspectorActivators } from "https://deno.land/x/live@1.53.6/deps.ts"; type{ CmdE: { label: string; matchEvent: (event: KeyboardEvent) => unknown; }; Backquote: { label: string; matchEvent: (event: KeyboardEvent) => unknown; }; }