import { JupyterFrontEndPlugin } from '@jupyterlab/application'; /** * Share the file browser's tree glyphs with tabs and git file lists. */ declare const plugin: JupyterFrontEndPlugin; export default plugin;