import { JupyterFrontEndPlugin } from '@jupyterlab/application'; import { IUpdateManager } from './types'; /** * The example plugin. */ export declare const updateManagerPlugin: JupyterFrontEndPlugin;