import type { VercelSandbox } from '../types'; export declare const createDisposableSandbox: (options: (import("@vercel/sandbox/dist/utils/types").WithPrivate & import("@vercel/sandbox/dist/api-client/api-client").WithFetchOptions) | undefined) => Promise;