import { HTMLEditor } from '../../../core/HTMLEditor'; import { Command } from '../../../core/commands/Command'; export declare class SelectAllCommand implements Command { private table; constructor(_editor: HTMLEditor, table: HTMLElement); execute(): void; undo(): void; }