import { JupyterFrontEndPlugin } from '@jupyterlab/application'; import { ILicensesClient } from '@jupyterlab/apputils'; /** * The license client plugin for fetching licenses. */ export declare const licensesClient: JupyterFrontEndPlugin; /** * A plugin to add a licenses reporting tools. */ export declare const licensesPlugin: JupyterFrontEndPlugin;