/**
* `totem proposal new
` — scaffolding entry point (mmnto/totem#1288).
*
* Resolves the strategy repo layout (submodule or standalone), writes the
* next NNN-prefixed proposal under `proposals/active/`, refreshes the
* dashboard via `pnpm run docs:inject`, and stages the two mutated paths.
* All orchestration logic lives in `../utils/governance.ts`; this file is
* the thin CLI adapter that prints the user-facing summary.
*/
export interface ProposalNewOptions {
/** Override the cwd (test seam). Defaults to `process.cwd()`. */
cwd?: string;
}
export declare function proposalNewCommand(title: string, options?: ProposalNewOptions): Promise;
//# sourceMappingURL=proposal.d.ts.map