import { Kernel } from '@jupyterlab/services'; export declare class AutoTranslation { static readonly LOCK_PROXY = "LOCK_PROXY"; static readonly TABLE_FOCUSED = "tableFocused"; static checkComm(kernelInstance: Kernel.IKernelConnection): Kernel.IComm; static proxify(beakerxInstance: any, kernelInstance: any): Record; }