export declare const projectWithPodfileOnly: { ios: {}; }; export declare const project: { ios: { Podfile: string; 'demoProject.xcodeproj': { 'project.pbxproj': any; }; }; }; export declare const withExamples: { Examples: { Podfile: string; 'exampleProject.xcodeproj': { 'project.pbxproj': any; }; }; ios: { Podfile: string; 'demoProject.xcodeproj': { 'project.pbxproj': any; }; }; }; //# sourceMappingURL=projects.d.ts.map