/** * `policy` subcommand group leaf specs (`status`, `explain`, `audit`). */ import { type HostSpec } from './host-subcommand-shared.js'; import type { CliCommandsContext } from './shared.js'; export declare function buildPolicyGroupLeaves(ctx: CliCommandsContext): readonly HostSpec[]; //# sourceMappingURL=host-subcommand-policy.d.ts.map