declare function isAppDelegateFile(filePath: string): boolean; declare function findAppDidFinishLaunchingWithOptionsInDirectory(dir: string): string | null; declare function findAppDidFinishLaunchingWithOptions(files: string[]): string | null; export declare function addCodeSnippetToProject(files: string[], dsn: string, enableLogs: boolean): boolean; /** * Exported for testing purposes, but should not be used in other modules. */ export declare let exportForTesting: { isAppDelegateFile: typeof isAppDelegateFile; findAppDidFinishLaunchingWithOptionsInDirectory: typeof findAppDidFinishLaunchingWithOptionsInDirectory; findAppDidFinishLaunchingWithOptions: typeof findAppDidFinishLaunchingWithOptions; }; export {};