/** * agenthood setup * * Self-setup for the Agenthood repo itself. * Activates .githooks/, sets core.hooksPath, and wires the commit template. * Replaces setup.sh — runs automatically via postinstall. */ import type { CommandDescriptor } from './types.ts'; export declare const command: CommandDescriptor; export declare function setup(): Promise; //# sourceMappingURL=setup.d.ts.map