import type { Simctl } from '../simctl'; /** * Shutdown the given Simulator if it is 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 shutdownDevice(this: Simctl): Promise; //# sourceMappingURL=shutdown.d.ts.map