import type { Simctl } from '../simctl'; /** * Reset the content and settings of the particular Simulator. * It is required that Simulator is in _shutdown_ state. * * @param timeout - The maximum number of milliseconds to wait * unit device reset is completed. * @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 eraseDevice(this: Simctl, timeout?: number): Promise; //# sourceMappingURL=erase.d.ts.map