import type { ProjectContext } from '../../ai/types';
/**
 * Work Breakdown Structure (WBS) Document Template
 * Hierarchical decomposition of project deliverables and work packages.
 */
export declare class WBSTemplate {
    static buildPrompt(context: ProjectContext): string;
}
//# sourceMappingURL=WBSTemplate.d.ts.map