/** * Runs a dead-simple recipe loop (rlm) with Enquirer prompts and Anthropic replies. * Expects: Anthropic auth entry available in ~/.dev/auth.json. */ export declare function main(args: string[]): Promise; //# sourceMappingURL=recipeRlm.d.ts.map