import type { JupyterFrontEndPlugin } from '@jupyterlab/application';
/**
 * Plugin that registers headless shell exec commands backed by cockle.
 * These run commands in a headless shell and capture their output and exit
 * code, without opening a terminal widget in the UI.
 */
export declare const terminalExecPlugin: JupyterFrontEndPlugin<void>;
