import { Command } from '../../../core/commands/Command.ts'; export declare class AddHeaderRowCommand implements Command { private table; constructor(table: HTMLElement); execute(): void; }