import { JupyterLabPlugin } from '../application'; import { IPathTracker } from './'; /** * The default file browser provider. */ declare const plugin: JupyterLabPlugin; export default plugin;