/** * clean subcommand — Remove ai-eng-managed artifacts. */ import type { Subcommand } from "./types"; export declare const cleanCommand: Subcommand;