import { CustomElement } from '../types'; export declare function deserializeMarkdown(markdown: string, options?: { disabledTags?: Array<'think' | 'retrive' | 'template' | 'reference' | 'retrieve-sql-data'>; basePath?: string; }): CustomElement[];