export declare function usesCocoaPod(projPath: string): boolean; export declare function addCocoaPods(projPath: string): Promise; export declare function podInstall(dir?: string): Promise;