export declare function status(checkUpdates: boolean, jsonOutput: boolean): Promise; declare const _default: import("citty").CommandDef<{ readonly checkUpdates: { readonly type: "boolean"; readonly alias: ["u", "check-updates"]; readonly description: "Check for available updates"; }; readonly json: { readonly type: "boolean"; readonly description: "Output as JSON"; }; }>; export default _default; //# sourceMappingURL=status.d.ts.map