import { contentDispatch } from './content/dispatch'; declare global { var browserCliContentDispatch: typeof contentDispatch | undefined; } globalThis.browserCliContentDispatch = contentDispatch;