import { JupyterFrontEndPlugin } from '@jupyterlab/application';
/**
 * Implements extraction of code for ipython-sql, see:
 * https://github.com/catherinedevlin/ipython-sql.
 * No dedicated code overrides are provided (but the default IPython
 * overrides should prevent any syntax errors in the virtual documents)
 */
export declare const IPYTHON_SQL_TRANSCLUSIONS: JupyterFrontEndPlugin<void>;
