import type { ProjectContext } from '../../ai/types'; /** * Technical Stack Template generates comprehensive technology stack documentation * covering all aspects of the technical architecture and tooling. */ export declare class TechnicalstackTemplate { private context; constructor(context: ProjectContext); /** * Build the markdown content for Technical Stack Overview */ generateContent(): string; } //# sourceMappingURL=TechnicalstackTemplate.d.ts.map