import type { ServiceManagerPlugin } from '@jupyterlab/services';
export * from './token';
declare const plugins: ServiceManagerPlugin<any>[];
export default plugins;
