import type { Sandbox } from '@vercel/sandbox'; export declare function addBundleToSandbox({ sandbox, bundleDir }: { sandbox: Sandbox; bundleDir: string; }): Promise;