import type { UiServiceDeps, HooksListParams, HooksOverview } from '../types.js'; /** * Build the hooks overview from explicit directories. Pure over its arguments (no global paths) so * it is hermetically testable against fixtures, mirroring `readConfigSnapshot`. */ export declare function readHooksOverview(registryDir: string, templateDir: string, scriptsDir: string): HooksOverview; export declare function handleHooksList(_deps: UiServiceDeps, _params: HooksListParams): Promise;