import type { ProjectContext } from '../../ai/types.js';
/**
 * Template for generating a Data Architecture & Modeling Guide (DMBOK)
 */
export declare class DataArchitectureModelingGuideTemplate {
    private context;
    constructor(context: ProjectContext);
    /**
     * Returns the skeletal markdown structure that the LLM will flesh out.
     */
    generateContent(): string;
}
//# sourceMappingURL=DataArchitectureModelingGuideTemplate.d.ts.map