/** * Auto-generate ai-screen-map.json for the given project directory. * Runs the CLI synchronously so Metro waits for it to finish before bundling. * * @param {string} projectDir - Absolute path to the project root (use __dirname in metro.config.js) * @param {object} [options] - Optional configuration * @param {boolean} [options.silent=false] - Suppress output */ export function autoGenerate(projectDir: string, options?: { silent?: boolean | undefined; }): string | null; //# sourceMappingURL=generate-map.d.ts.map