import { AllPackages, PackageId } from "@definitelytyped/definitions-parser"; export declare function installDependencies(allPackages: AllPackages, packageId: PackageId, typesPath: string): Promise;