import { type DeployTargetOptions } from "../.."; /** Login, link, optionally save env, then run `vercel` deploy. */ export declare function deployToVercel(opts: DeployTargetOptions): Promise; //# sourceMappingURL=index.d.ts.map