import type { JupyterFrontEndPlugin } from '@jupyterlab/application'; import { INotebookCellExecutor } from '@jupyterlab/notebook'; /** * Notebook cell executor plugin. */ export declare const cellExecutor: JupyterFrontEndPlugin;