import { HooksMode } from '../../types'; /** * Generates runner.js — the guard pipeline orchestrator. * Reads stdin from Claude Code, discovers guards, executes them, * auto-syncs inventory, updates memory, and reports results. */ export declare function generateRunner(mode: HooksMode): string;