import { Command } from '../../../core/commands/Command.ts';
export declare class MergeCellsCommand implements Command {
    private cell;
    constructor(_table: HTMLTableElement, cell: HTMLTableCellElement);
    execute(): void;
}
