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