import { type DependencyDeclaration } from './util.js'; export type Injector> = (dependencies: DependencyDeclaration[]) => Promise;