export declare const verifyCommand: import("citty").CommandDef<{ readonly 'original-prompt': { readonly type: "string"; readonly description: string; }; readonly timeout: { readonly type: "string"; readonly description: string; }; readonly renderer: { readonly type: "string"; readonly description: "Renderer to boot the game with: webgpu (default, what players run) or webgl."; }; readonly platform: { readonly type: "string"; readonly description: string; }; readonly fast: { readonly type: "boolean"; readonly description: string; }; readonly watch: { readonly type: "boolean"; readonly description: string; }; readonly json: { readonly type: "boolean"; readonly description: "Print the result as JSON on stdout; all progress goes to stderr."; }; }>;