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