import { JupyterFrontEnd } from "@jupyterlab/application"; export declare class CodeInsert { generateCodeAndInsertCell(app: JupyterFrontEnd, bucketname: string, pathInBucket: string, timeSpec: any, includeReadCode: boolean, readCsv: boolean): void; insertCell(app: JupyterFrontEnd, newcode: any): Promise; insertCellAndRun(app: JupyterFrontEnd, newcode: any): Promise; getCodeFromCell(app: JupyterFrontEnd): any; generateXformCodeAndInsertCell(app: JupyterFrontEnd, bucketname: string, pathInBucket: string, timeSpec: any, transformList: any[], MLflow_run_id: any, dataFrom: string, xFormRunningPlace: String, instanceType: string): void; generateXformCellCodeAndInsert(app: JupyterFrontEnd, xformcode: any, dockerfile: any, MLflow_run_id: string, dataFrom: string, timeSpec: any, bucketname: string, pathInBucket: string): void; }