import type { ProjectContext } from '../../ai/types';
/**
 * Keyrolesandneeds Template generates the content for the Keyrolesandneeds document.
 */
export declare class KeyrolesandneedsTemplate {
    private context;
    constructor(context: ProjectContext);
    /**
     * Build the markdown content for Keyrolesandneeds
     */
    generateContent(): string;
}
//# sourceMappingURL=KeyrolesandneedsTemplate.d.ts.map