/** `ztrack loop start|stop|status` — arms a loop-scoped gate (a ralph loop). While armed, the Stop * hook holds the agent's turn until the target passes `ztrack check` (then disarms), or the cap * trips. Returns true once it has handled the `loop` command. */ export declare function handleLoopCommand(args: string[]): Promise;