/** * `kyro recertify` — record that a remediated scope's corrected state was independently validated. * * Deliberately separate from `kyro remediate`: remediate asserts "this correction was applied", * recertify asserts "the corrected state was checked against named evidence and passed". A * certificate covers one chain head, so remediating again drops it rather than carrying it forward. */ export declare function runRecertifyCommand(rawArgs: string[]): void; //# sourceMappingURL=recertify.d.ts.map