import type { Simctl } from '../simctl'; /** * Boot the particular Simulator if it is not running. * * @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 bootDevice(this: Simctl): Promise; //# sourceMappingURL=boot.d.ts.map