import { Cli } from "incur"; /** Current Ignition CLI version from `package.json`. */ export declare const VERSION: string; /** Root CLI definition with shared logger middleware and subcommands. */ export declare const cli: Cli.Cli<{ [x: `${string} ${string}`]: { args: { recipe: string; targets: string; }; options: { check?: boolean | undefined; inventory?: string | undefined; errorMode?: "fail-at-end" | "fail-fast" | "ignore" | undefined; tags?: string[] | undefined; var?: string[] | undefined; confirm?: boolean | undefined; hostKeyPolicy?: "accept-new" | "off" | "strict" | undefined; identity?: string | undefined; noMultiplex?: boolean | undefined; parallelism?: number | undefined; hostTimeout?: number | undefined; resourceTimeout?: number | undefined; retries?: number | undefined; retryDelay?: number | undefined; cache?: boolean | undefined; cacheTtl?: number | undefined; cacheClear?: boolean | undefined; dashboardHost?: string | undefined; dashboardPort?: number | undefined; logDir?: string | undefined; trace?: boolean | undefined; }; }; } & { [x: `${string} ${string}`]: { args: {}; options: {}; }; } & { [x: `${string} ${string}`]: { args: { file?: string | undefined; }; options: { inventory?: string | undefined; trace?: boolean | undefined; }; }; } & { [x: `${string} ${string}`]: { args: {}; options: { port: number; host: string; maxHistory: number; }; }; } & { [x: `${string} inventory`]: { args: {}; options: {}; }; [x: `${string} output`]: { args: {}; options: {}; }; [x: `${string} recipe`]: { args: {}; options: {}; }; [x: `${string} resource`]: { args: { name: string; }; options: {}; }; [x: `${string} resources`]: { args: {}; options: {}; }; }, import("zod").ZodObject<{ logger: import("zod").ZodDefault>; }, import("zod/v4/core").$strip>, undefined>; //# sourceMappingURL=index.d.ts.map