import { pickExistingProject } from './shared.js'; /** * Config-preserving redeploy. `npx ownmail app update` (via npx) always runs the * latest published CLI, which bundles the matching template — versions move in * lockstep (changesets fixed group), so "update the CLI" == "update the * template". User config survives because it lives only in project state and * Cloudflare vars/secrets, never in template code. */ export declare function runUpdate(opts: { name?: string; }): Promise; export declare function redeployProject(project: Awaited>): Promise; //# sourceMappingURL=update.d.ts.map