/** * Forgen — config hooks display * * `forgen config hooks` 명령 구현. * 훅 상태, 감지된 플러그인, 컨텍스트 버짓을 ANSI 컬러로 출력합니다. */ /** * 훅 상태와 플러그인 감지 결과를 출력합니다. */ export declare function displayHookStatus(cwd?: string): Promise;