import { JupyterLabPlugin } from '../application'; import { ICommandLinker } from './commandlinker'; /** * The default commmand linker provider. */ declare const plugin: JupyterLabPlugin; export default plugin;