import { type HostSpec } from './host-subcommand-shared.js'; import type { CliCommandsContext } from './shared.js'; /** Build the curated changed-code review shortcut backed by the built-in audit suite. */ export declare function buildAuditCommandSpec(ctx: CliCommandsContext): HostSpec; //# sourceMappingURL=audit-command-spec.d.ts.map