export declare const loginCommand: import("citty").CommandDef<{ readonly env: { readonly type: "string"; readonly description: "Environment to log in to (dev, prod, local)."; }; readonly json: { readonly type: "boolean"; readonly description: "Print the result as JSON on stdout; all progress goes to stderr."; }; }>;