import { type AttributesAnswers, type ConfigAnswers, type SystemLookup } from '@sap-ux/adp-tooling'; import type { ExtensionProjectData } from '../types.js'; /** * Prepares data required for generating an extension project. * * @param {ConfigAnswers} configAnswers - The configuration answers including system, user, and app selection. * @param {AttributesAnswers} attributeAnswers - The basic project attributes like name, namespace, version. * @param {SystemLookup} systemLookup - The lookup service for system destination info. * @returns {Promise} A promise resolving to the prepared extension project data object. */ export declare function getExtensionProjectData(configAnswers: ConfigAnswers, attributeAnswers: AttributesAnswers, systemLookup: SystemLookup): Promise; //# sourceMappingURL=index.d.ts.map