import type { DependencyRequirement } from './DependencyRequirement'; export type SetDependenciesParams = { dependencies: Array; };