import { JupyterLabPlugin } from '../application'; /** * The markdown handler extension. */ declare const plugin: JupyterLabPlugin; export default plugin;