/** * `slowcook dev-env ` — manages the consumer's long-lived * dev/preview environment. Phase 2 of the dev-env design. * * Subcommands: * * push --story [--branch ] * Force-push the current branch (or --branch) to the configured * `source_branch` (default: `dev`). Agents (brew, plate) invoke * this to preview their story-branch on the shared dev URL. * Phase 3 wires this into brew/plate workflows automatically. * * switch --story * Locate the PR for story , force-push its HEAD to * `source_branch`. Operator-driven version of `push`. * * up | sync | reset * Phase 2 stubs — print the canonical shell-out for the consumer * to wire into their dev-deploy workflow. Phase 2.1 fills in the * SSH-driven runtime path. * * init * Phase 2.1 stub — scaffold `.brewing/dev-env.yaml` from detected * apps. Not implemented yet; consumers hand-author for now. */ export declare function devEnv(argv: string[]): Promise; //# sourceMappingURL=index.d.ts.map