import type { InstanceVercel } from "../../../../../utils/instanceVercel.js";
import type { DeploymentOptions } from "./vercel-types";
export declare function addEnvVarsToVercelProject(vercelInstance: InstanceVercel, projectName: string, projectPath: string, selectedOptions: DeploymentOptions): Promise<void>;
