/** * @packageDocumentation * @module completer-extension */ import { JupyterFrontEndPlugin } from '@jupyterlab/application'; /** * Export the plugins as default. */ declare const plugins: JupyterFrontEndPlugin[]; export default plugins;