import { JupyterLabPlugin } from './'; /** * The main extension. */ declare const plugin: JupyterLabPlugin; export default plugin;