import { JupyterFrontEndPlugin } from '@jupyterlab/application';
import { ILSPCodeOverridesManager } from './tokens';
export declare const CODE_OVERRIDES_MANAGER: JupyterFrontEndPlugin<ILSPCodeOverridesManager>;
