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