/** * Lightweight entry analysis that returns the detected project type by running * only the Babel check-config-export plugin on the Mastra entry file. This is * intentionally cheaper than `analyzeBundle` and is used by the CLI before * `prepare()` clears `.mastra` to decide whether Factory-specific assets * should be copied. * * Returns `'factory'` when the entry imports `MastraFactory` and * constructs it, or `undefined` for ordinary Mastra projects. */ export declare function analyzeEntryProjectType(mastraEntry: string): Promise; //# sourceMappingURL=analyzeEntryProjectType.d.ts.map