import { type ComplaintBoxOptions } from '../types.js'; /** * Records an agent's free-form "I am blocked — a capability doesn't exist, or this * task would take too long" complaint as feedback (tagged creator_type: "agent"), * then prints a terminal de-loop message and exits 0 so the agent stops and moves * on. The de-loop ALWAYS fires — even when the feedback could not be recorded — * because the blocker is real regardless of server state (and a logged-out agent in * a sandbox is exactly who this command is for). When recording fails it says so * plainly and logs a warning, so the failure still surfaces without trapping the * agent in the retry loop the command exists to break. */ export declare function run(opts: ComplaintBoxOptions): Promise; //# sourceMappingURL=wildcard.d.ts.map