import { RunNotebookOptions } from "@cocalc/frontend/jupyter/nbgrader/api";
export declare function jupyter_run_notebook(logger: any, opts: RunNotebookOptions): Promise<string>;
