/** * `audit-code recover-submission --lane --from ` — re-land a * submission a host mangled. * * Deliberately the ONLY new verb P25 adds, and deliberately not on the normal * path: the ordinary lane needs no command at all (the host writes a file at a * tool-named path), so the fragile shell surface of an argv payload is paid only * on the rare rescue, by an operator at a terminal, never by a fan-out worker. * * It is not a weaker door. The validator comes from the same registry the gate * reads, the destination is derived from the lane id (so `--from` says what to * land, never where), and the rescue is recorded as `recovered_by_hand` rather * than passed off as a clean first-try result. */ export declare function cmdRecoverSubmission(argv: string[]): Promise; //# sourceMappingURL=recoverSubmissionCommand.d.ts.map