import { IAction, CoreAction } from "./interfaces"; export declare class Debugger extends CoreAction { name: string; private _localVars; private _jsonActions; constructor(name?: string); readonly id: string; jsonActions: any; toCCML(nextAction: IAction): string; }