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