/** * A citation label is the visible text of `[label](cite://...)`, written by the * model, which sometimes wraps it in inline markdown. The chip renders plain * text, so the markers that wrap the whole label are removed; anything inside * is kept, including markers that only appear in the middle. */ export declare function stripMarkdownMarkers(label: string): string;