import { JupyterFrontEndPlugin } from '@jupyterlab/application';
/**
 * Initialization data for the hdfsbrowser extension.
 */
declare const plugin: JupyterFrontEndPlugin<void>;
export default plugin;
