import { RnvContext } from '@rnv/core'; export declare const packageReactNativeIOS: (isDev?: boolean) => Promise | undefined; export declare const runReactNativeIOS: (c: RnvContext, scheme: string, runScheme: string, extraParamsString: string) => Promise; export declare const generateChecksum: (str: string, algorithm?: string, encoding?: 'base64' | 'base64url' | 'hex') => string; export declare const runCocoaPods: (forceUpdatePods: boolean) => Promise; //# sourceMappingURL=iosRunner.d.ts.map