import { Runtime } from "../types";
import { StarboardNotebookElement } from "../components/notebook";
export declare function setupRuntime(notebook: StarboardNotebookElement): Runtime;
