import type { CliContext } from "../../lib/context"; export type DeployOptions = { dir?: string; yes?: boolean; skipEnv?: boolean; noInteractive?: boolean; extraArgs?: string[]; }; /** Resolve flags, validate the project dir, then hand off to the deploy target. */ export declare function runDeploy(options: DeployOptions, ctx: CliContext): Promise; //# sourceMappingURL=run.d.ts.map