import { Command } from '../../../core/commands/Command.ts'; export declare class MergeCellsCommand implements Command { private cell; private direction; constructor(_table: HTMLElement, cell: HTMLElement, direction?: 'horizontal' | 'vertical'); execute(): void; private mergeRight; private mergeDown; }