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