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