import type { PoltergeistConfig, ProjectType } from '../types.js'; export declare function findXcodeProjects(rootPath: string, maxDepth?: number): Promise>; export declare function guessBundleId(projectName: string, projectPath: string): string; export interface DetectionSummary { name: string; type: string; reason: string; } export interface AugmentOptions { /** Allow auto-added targets (Makefile/Go/Python). Defaults to true. */ allowAutoAdd?: boolean; } export declare function augmentConfigWithDetectedTargets(projectRoot: string, config: PoltergeistConfig, options?: AugmentOptions): Promise; export declare function generateDefaultConfig(projectType: ProjectType): PoltergeistConfig; //# sourceMappingURL=init-helpers.d.ts.map