declare const ConfigPlugin: any, withDangerousMod: any, createRunOncePlugin: any; declare const fs: any; declare const path: any; declare const pkg: { name: string; version: string; }; declare function modifyPodfile(podfilePath: string): void; declare const withUseFrameworks: (config: any, options?: { staticLibrary: boolean; }) => any; declare const pluginWithOptions: (config: any, options: any) => any; //# sourceMappingURL=withUseFrameworks.d.ts.map