/** * `slowcook stories ` — 0.19.5-α (sc#146 #6). * * Subcommands: * - `status` — per-story stage table (refine / testgen / vibe / brew / chef) * * Future subcommands tracked in sc#146: * - `release` — release a story-id after supersede (parked, needs design) * * Stage detection delegates to the pure helper in `./status.ts`. This * file is just the IO wrapper: read `specs/_index.yaml`, query the * forge for PRs, render. */ export declare function stories(argv: string[]): Promise; //# sourceMappingURL=index.d.ts.map