import type { References } from './types'; export declare function processContent(html: string, markdown: string): { markdown: string; } & References;