import { type MenuStoryDraft } from "@slowcook-ai/llm-anthropic"; /** Pull the first top-level JSON object out of an agent reply (fence-tolerant). */ export declare function extractStories(text: string): MenuStoryDraft[]; export declare function menu(argv: string[], cliVersion: string): Promise; //# sourceMappingURL=index.d.ts.map