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