/** * Accept `--spec 005`, `--spec story-005`, or `--spec Story-005` and return * the bare id (`005`). Upstream `readSpec` / `handlerTestPathFor` prepend * `story-` themselves, so passing the prefixed form silently mismatches * everything and testgen no-ops. Normalising at the arg boundary means the * operator's mental model ("story-005") matches the file on disk without a * trap between the two. See docs/plans/0.7.17-pipeline-gap-assertions.md ยง2a. */ export declare function normalizeSpecId(raw: string): string; export declare function testgen(argv: string[], cliVersion: string): Promise; //# sourceMappingURL=index.d.ts.map