import { JupyterFrontEndPlugin } from '@jupyterlab/application';
import { IJupyterLiteSession } from './tokens';
/**
 * Initialization data for the a-jupyterlite-session extension.
 */
declare const plugin: JupyterFrontEndPlugin<IJupyterLiteSession>;
export default plugin;
export * from './tokens';
