import { BlockStyleFormatter } from '@textbus/formatters'; import { CommandContext, Commander } from '../commander'; export declare class BlockStyleCommander implements Commander { private name; private formatter; recordHistory: boolean; constructor(name: string, formatter: BlockStyleFormatter); command(context: CommandContext, value: string): void; }