import { JupyterFrontEndPlugin } from '@jupyterlab/application'; import { ISecretsManager } from './token'; export * from './connectors'; export * from './manager'; export * from './token'; declare const _default: (JupyterFrontEndPlugin | JupyterFrontEndPlugin)[]; export default _default;