declare class DownloadTypesQuestion { private questionsOne; configure: (config: any) => Promise; addQuestions: (config: any) => Promise; } export default DownloadTypesQuestion; //# sourceMappingURL=DownloadTypesQuestion.d.ts.map