export declare const checkCommand: import("citty").CommandDef<{ readonly json: { readonly type: "boolean"; readonly description: "Print the result as JSON on stdout; all progress goes to stderr."; }; }>;