import type { InstallingInfo } from './InstallingInfo'; export type InstallingState = { installingInfo: InstallingInfo; };