/**
* CLI: optimize command
*
* agentlaunch optimize
[--readme ] [--description ] [--avatar ] [--json]
*
* Updates metadata on an already-deployed Agentverse agent to improve ranking.
* Auto-detects README.md in the current directory if --readme is not specified.
* Prints the 7-factor optimization checklist after updating.
*/
import { Command } from "commander";
export declare function registerOptimizeCommand(program: Command): void;
//# sourceMappingURL=optimize.d.ts.map