import type { ProjectContext } from '../../ai/types';
/**
 * API Documentation Template generates comprehensive API documentation
 * following OpenAPI/Swagger standards and RESTful API best practices.
 */
export declare class ApidocumentationTemplate {
    private context;
    constructor(context: ProjectContext);
    /**
     * Build the markdown content for API Documentation
     */
    generateContent(): string;
}
//# sourceMappingURL=ApidocumentationTemplate.d.ts.map