export declare const buildCommand: import("citty").CommandDef<{ readonly 'original-prompt': { readonly type: "string"; readonly description: string; }; readonly json: { readonly type: "boolean"; readonly description: "Print the result as JSON on stdout; all progress goes to stderr."; }; readonly 'single-file': { readonly type: "boolean"; readonly description: string; }; }>;