/**
* `totem adr new
` — scaffolding entry point (mmnto/totem#1288).
*
* Resolves the strategy repo layout (submodule or standalone), writes the
* next NNN-prefixed ADR under `adr/`, 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 AdrNewOptions {
/** Override the cwd (test seam). Defaults to `process.cwd()`. */
cwd?: string;
}
export declare function adrNewCommand(title: string, options?: AdrNewOptions): Promise;
//# sourceMappingURL=adr.d.ts.map