/** * `slowcook docs ` — print bundled documentation pages. * * Useful when an agent (or maintainer) is on a fresh box without * cloned slowcook repo — `slowcook docs reporting` prints * REPORTING.md straight from the installed package. Same shape as * `git help ` or `npm help `. * * Topics today: * reporting — how to file a slowcook bug * agents — onboarding doc for AI agents using slowcook (stub * until AGENTS.md ships) * read-only — read-only mode reference (SLOWCOOK_READ_ONLY env var) */ export declare function docs(argv: string[], _cliVersion: string): Promise; //# sourceMappingURL=index.d.ts.map