/** * `slowcook refactor` — α.7 (#64). * * Reads candidate refactor proposals from * .brewing/refactor/proposals.json * Filters by --scope patterns, ranks by benefit/cost, prints a table. * * α.7 ships ranking + reporting only. LLM-backed proposal generation * + auto-application land in later alphas. This command's job today * is to give the architecture room: any proposer (hand-authored * JSON, recon emissions, future LLM agent) drops files into the * standard input path + this command consumes them. */ export declare function refactor(argv: string[], _cliVersion: string): Promise; //# sourceMappingURL=index.d.ts.map