import { JupyterLabPlugin } from '../application'; import { IEditorTracker } from './'; /** * The editor handler extension. */ declare const plugin: JupyterLabPlugin; export default plugin;