import { JupyterLabPlugin } from '../application'; import { IServiceManager } from './'; /** * The default services provider. */ declare const plugin: JupyterLabPlugin; export default plugin;