import { CoreAction } from "./interfaces"; export declare class CCML extends CoreAction { name: string; constructor(ccml: string | string[], name?: string); readonly id: string; readonly ccml: string; toCCML(): string; }