import { JupyterLabPlugin } from '../application'; /** * The default running sessions extension. */ declare const plugin: JupyterLabPlugin; export default plugin;