import type { ProjectContext } from '../../ai/types.js';
import type { DocumentProcessor, DocumentOutput } from '../../documentGenerator/types.js';
/**
 * Processor for the Data Model Suggestions document.
 */
export declare class DataModelSuggestionsProcessor implements DocumentProcessor {
    private aiProcessor;
    constructor();
    process(context: ProjectContext): Promise<DocumentOutput>;
    private createPrompt;
}
//# sourceMappingURL=DataModelSuggestionsProcessor.d.ts.map