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