import { ServiceManager } from '@jupyterlab/services'; /** * A custom service manager to disable non used services. * * @export * @class VoilaServiceManager * @extends {ServiceManager} */ export declare class VoilaServiceManager extends ServiceManager { constructor(options?: Partial); }