/** * V3 CLI Guidance Command * Guidance Control Plane - compile, retrieve, enforce, optimize */ import type { Command } from '../types.js'; export declare const guidanceCommand: Command; export default guidanceCommand; //# sourceMappingURL=guidance.d.ts.map