interface ListOptions { agents?: boolean; /** 0724 T-005: per-scope enable status table. */ installed?: boolean; json?: boolean; } export declare function listCommand(opts: ListOptions): Promise; export {};