import type { ProjectContext } from '../../ai/types.js'; /** * Template for the Security Testing document. * Provides a structured fallback template when AI generation fails. */ export declare class SecurityTestingTemplate { name: string; description: string; category: string; generateContent(projectInfo: ProjectContext): Promise; } //# sourceMappingURL=SecurityTestingTemplate.d.ts.map