···77 */
8899import type { PackumentVersion } from '@npm/types'
1010+import type { ReadmeResponse } from './readme'
10111112// Re-export official npm types for packument/manifest
1213export type {
···325326 content: string
326327 html: string
327328 lines: number
329329+ markdownHtml?: ReadmeResponse
328330}