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