import type { SandboxCreateOptions, Sandbox as SdkSandbox } from "#compiled/@vercel/sandbox/index.js"; import type { VercelSandboxModule } from "#execution/sandbox/bindings/vercel-create-sdk.js"; export declare function getNamedVercelSandbox(input: { readonly createOptions: SandboxCreateOptions; readonly sandboxModule: VercelSandboxModule; readonly sandboxName: string; }): Promise;