import { JupyterFrontEndPlugin } from "@jupyterlab/application"; /** * The JupyterLab plugin for the S3 Filebrowser. */ declare const fileBrowserPlugin: JupyterFrontEndPlugin; export default fileBrowserPlugin;