import { JupyterLabPlugin } from '../application'; import { ILauncher } from './'; /** * A service providing an interface to the the launcher. */ declare const plugin: JupyterLabPlugin; export default plugin;