import { JupyterLabPlugin } from '../application'; import { IDocumentManager } from './index'; /** * The default document manager provider. */ declare const plugin: JupyterLabPlugin; export default plugin;