import type { XcodeBuild } from './xcodebuild';
/**
 * Ensure simulator WDA is built and return the resulting app bundle path.
 */
export declare function bundleWDASim(xcodebuild: XcodeBuild): Promise<string>;
//# sourceMappingURL=check-dependencies.d.ts.map