/** * Wraps a whole-document Markdown export with agent instructions for "Copy * for LLM" and in-browser "View as Markdown". Build-time `documentToMarkdown` * stays plain unless you call this yourself. */ /** Prepends a fixed agent-instructions block to serialized Markdown. */ export declare function markdownForLlm(markdown: string): string;