import { JupyterLabPlugin } from '../application'; import { IStateDB } from './index'; /** * The default state database for storing application state. */ declare const plugin: JupyterLabPlugin; export default plugin;