/** * CLI handler for hook subcommands. * Spawns the actual hook scripts with stdin/stdout passthrough. */ export declare function handleHookCommand(hookName: string): Promise; //# sourceMappingURL=hooks.d.ts.map