export declare function joinSections(sections: (string | null | undefined)[]): string; /** Wrap arbitrary text in a CommonMark code span without colliding with embedded backticks. */ export declare function inlineCode(value: string): string;