import { JupyterLabPlugin } from '../application'; /** * Export the plugins as default. */ declare const plugins: JupyterLabPlugin[]; export default plugins;