/** * Vercel provisions 1 vCPU or an even count up to the plan cap of 32; memory * is fixed at 2048 MB per vCPU. Enforced identically for CLI requests, SDK * create calls, and persisted metadata so one rule owns the domain. */ export declare function assertSandboxVcpus(vcpus: number): void;