import { Formatter, Textbus } from '@textbus/core';
import { FormatLoader } from '@textbus/platform-browser';
export declare const boldFormatter: Formatter<boolean>;
export declare function toggleBold(textbus: Textbus): void;
export declare function registerBoldShortcut(textbus: Textbus): void;
export declare const boldFormatLoader: FormatLoader<boolean>;
