/** Render one deterministic CommonMark code span without allowing line breaks. */ export declare function formatMarkdownInlineCode(value: string): string; export declare function visibleMarkdownInlineValue(value: string): string;