/** * slope phase — Phase boundary cleanup management. * * Subcommands: * complete — Mark phase N as fully cleaned up (manual override) * status [N] — Show cleanup status for phase N (or all phases) * audit — Mark deferred findings as audited for phase N */ export declare function phaseCommand(args: string[]): Promise; //# sourceMappingURL=phase.d.ts.map