import { Command } from "commander"; /** * Standard option set for `scai hygiene audit *` commands. Includes the perf * knobs — `--concurrency`, `--batch-size`, `--page-parallel`, `--cache` * — that override env-default values resolved by `resolveHygieneKnobs`. */ export declare const addAuditBaseOptions: (command: Command) => Command;