export type TKeyValueMap = Record; export type TInstallCommandOptions = { cwd?: string; cmd?: string; set?: string[]; override?: string[]; pattern?: string[]; checkPackage?: string[]; autoDoctor?: boolean; };