import { startJupyterLiteServer } from './jlite'; import type { ThebeLiteGlobal } from './types'; declare global { interface Window { thebeLite?: ThebeLiteGlobal; } } declare function setupThebeLite(): void; export * from './types'; export { startJupyterLiteServer, setupThebeLite };