import { JupyterFrontEndPlugin } from '@jupyterlab/application'; /** * The file browser plugin. Adds a `@pierre/trees`-powered file browser to the * JupyterLab left sidebar. */ declare const plugin: JupyterFrontEndPlugin; export default plugin;