import { JupyterFrontEndPlugin } from '@jupyterlab/application'; /** * Implements extraction of code for IPython Magics for BigQuery, see: * https://googleapis.dev/python/bigquery/latest/magics.html. */ export declare const IPYTHON_BIGQUERY_TRANSCLUSIONS: JupyterFrontEndPlugin;