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