import type { ResourceSnapshot } from "../resources/contract.js"; import type { ObservedHookHealth } from "./contract.js"; export declare const SUPERVISOR_LONG_HOOK_SECONDS = 120; /** * Command text may label a process only after PID ancestry proved its agent * owner. It never establishes ownership by itself. */ export declare function collectHookHealth(resource: ResourceSnapshot): ObservedHookHealth[]; export declare function exactHookEntrypoint(name: string, command: string): boolean; //# sourceMappingURL=hooks.d.ts.map