import type { Simctl } from '../simctl'; import type { AppInfo } from '../types'; /** * Get information about an app installed on the simulator * * @param bundleId - Bundle identifier of the application * @return App info object * @throws {Error} If the app is not found * @throws {Error} If the corresponding simctl subcommand command * returns non-zero return code. * @throws {Error} If the `udid` instance property is unset */ export declare function appInfo(this: Simctl, bundleId: string): Promise; //# sourceMappingURL=appinfo.d.ts.map