import { CoreAction } from "./interfaces"; export declare class Goto extends CoreAction { name: string; private _paramMap; constructor(label: string, name?: string); readonly id: string; readonly label: string; toCCML(): string; }