import ICodeNarratorConfig from "./ICodeNarratorConfig"; import IGenericAIService from "../services/IGenericAIService"; export default class ConfigQuestion { aiService: IGenericAIService; constructor(config: ICodeNarratorConfig); getProjectSetup(): Promise; getProjectDetails(config: ICodeNarratorConfig): Promise; }