/** * Apply CommonMark emphasis to already-escaped text. * * `mark` is the sentinel wrapping parked placeholders; runs of it are treated * as one opaque word character, so a parked link or code span neither opens nor * closes emphasis but still counts as content beside a delimiter. */ export declare function renderEmphasis(text: string, mark: string): string; //# sourceMappingURL=emphasis.d.ts.map