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