export type JSRealm = { globalWindow: typeof globalThis; loadScript: (url: string) => Promise; loadScriptSync: (url: string) => unknown; };