/** * Creates and launches a new AVD instance with the specified configurations. */ export async function startEmulator( ): Promise { // TODO }