import type { DependencyConstraint } from '../types/DependencyConstraint'; export declare function satisfiesAllDependencyConstraints(dependencyConstraints: DependencyConstraint | undefined): boolean;