/** * agenthood list * * Lists all Society members and their activation status in the current * project. Uses the canonical MemberRegistry so it stays in sync with the * tool scopes and permission profiles in docs/architecture/built-in-tools.md. */ import type { CommandDescriptor } from './types.ts'; export declare const command: CommandDescriptor; export declare function list(): Promise; //# sourceMappingURL=list.d.ts.map