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