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