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