import type { HTMLToBBCodeConvertContext } from '../type'; export declare function convertHTMLToBBCode(context: HTMLToBBCodeConvertContext): string;