import { DocumentRegistry } from '@jupyterlab/docregistry'; import { NotebookPanel } from '@jupyterlab/notebook'; export declare const BEAKER_GETCODECELLS = "beakerx.getcodecells"; export declare const BEAKER_AUTOTRANSLATION = "beakerx.autotranslation"; export declare const BEAKER_TAG_RUN = "beakerx.tag.run"; export declare const registerCommTargets: (panel: NotebookPanel, context: DocumentRegistry.IContext) => Promise;