import type { HookPluginDescriptor } from '../hooks/extensibility/types.js'; export declare function hooksCommand(args: string[]): Promise; export declare function formatHooksStatusLine(plugin: HookPluginDescriptor): string; //# sourceMappingURL=hooks.d.ts.map