import { InlineFormatter } from '@textbus/core'; import { CommandContext, Commander } from '../commander'; export declare class InlineCommander implements Commander { private tagName; private formatter; recordHistory: boolean; constructor(tagName: string, formatter: InlineFormatter); command(context: CommandContext): void; }