declare module "doc-editor-delta/dist/interface" { interface TextElement { [BOLD_KEY]?: boolean; } } export declare const BOLD_KEY = "bold";