/** * Generate a self-contained HTML audit report from markdown output. * Dark theme matching sverklo.com branding. Google Fonts for typography. */ export declare function generateAuditHtml(markdownContent: string, projectName: string, projectPath: string): string; export declare function cleanProjectName(projectName: string, projectPath: string): string; export declare function deriveSourceLink(projectName: string, projectPath: string): string;