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