import { JupyterFrontEndPlugin } from '@jupyterlab/application'; import { ISettingConnector, ISettingRegistry } from '@jupyterlab/settingregistry'; /** * Provides the settings connector as a separate plugin to allow for alternative * implementations that may want to fetch settings from a different source or * endpoint. */ export declare const settingsConnector: JupyterFrontEndPlugin; /** * The default setting registry provider. */ export declare const settingsPlugin: JupyterFrontEndPlugin;