import type { ProjectContext } from '../../ai/types.js'; /** * Template for the Test Strategy document. * Provides a structured fallback template when AI generation fails. */ export declare class TestStrategyTemplate { generate(context: ProjectContext): string; } //# sourceMappingURL=TestStrategyTemplate.d.ts.map