import { JupyterFrontEndPlugin } from '@jupyterlab/application'; import { CommandEntryPoint } from '../../command_manager'; export declare const CellContextMenuEntryPoint: CommandEntryPoint; export declare const NOTEBOOK_ADAPTER: JupyterFrontEndPlugin;