import type { DependencyInput } from './types'; export declare function waitForDependencies(dependencies?: DependencyInput[], timeoutMs?: number): Promise;