import type { Command } from "commander"; import type { EmitContext } from "../commander.js"; import type { NormalizedPolicy } from "../core/policy/index.js"; export declare function registerPolicyCommand(program: Command, emit: EmitContext): void; export declare function renderPolicy(policy: Readonly, digest: string): string; //# sourceMappingURL=policy.d.ts.map