import type { Simctl } from '../simctl'; /** * Delete the particular Simulator from available devices list. * * @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 deleteDevice(this: Simctl): Promise; //# sourceMappingURL=delete.d.ts.map