import type { Sandbox } from '@vercel/sandbox'; export declare function installJsDependencies({ sandbox }: { sandbox: Sandbox; }): Promise;