import { CommandContext, Commander } from '../commander'; export declare class TableCommander implements Commander> { recordHistory: boolean; command(context: CommandContext, attrs: Map): void; private static create; }