import { JupyterFrontEnd } from "@jupyterlab/application"; export declare let useXform: any; export declare let jupyterFrontEnd: JupyterFrontEnd; export declare let xFormRunningPlace: string; export declare let dataFrom: string; export declare class XformClass { product: string; xformList: any[]; allXformsList: any[]; selectedXformList: any[]; constructor(app: JupyterFrontEnd); createTransformationsWidget(): HTMLElement; updateXformsList: (action: any) => void; createRunXformList(): string; createXformList(): string; } export declare function runDag(): void; export declare function getRepoName(): void; export declare function setDataFrom(val: any): void; export declare function selectFeature(): void; export declare var lastXformID: any; export declare function clickTransform(): void; export declare function setUseXform(val: any): void;