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