import type { ProjectContext } from '../../ai/types.js';
/**
 * Implementation Guides Template generates comprehensive implementation guide overview
 * covering all aspects of the development and deployment process.
 */
export declare class ImplementationGuidesTemplate {
    /**
     * Build the markdown content for Implementation Guides Overview
     */
    generateContent(context: ProjectContext): string;
}
//# sourceMappingURL=implementationGuidesTemplate.d.ts.map