import { BaseEventAction } from "../../eventActions"; import { MirrorCellActionArgsType } from "./types"; export declare class MirrorCellActionEvent extends BaseEventAction { getName(): string; }