import type { AuditResult } from "../types.js"; interface MdContext { tokenNamespaces: string[]; components: string[]; } export declare function renderAgentsMd(result: AuditResult, mdCtx: MdContext): string; export {};