import { Notebook } from '@jupyterlab/notebook';
/**
 * Ensure that the notebook has proper focus.
 */
declare function _ensureFocus(notebook: Notebook, force?: boolean): void;
export { _ensureFocus };
