import { Command } from "@oclif/core"; export declare const CLISignInMethodName = "CLISignInMethod"; export declare const CLIAuthSessionCheckName = "CLIAuthSessionCheck"; export declare const CLIAuthSessionCheckDocument = "\nquery CLIAuthSessionCheck {\n organizationSettings {\n ... on OrganizationSettingsResult {\n settings {\n id\n }\n }\n }\n}\n"; export declare const CLITokenExchangeName = "CLITokenExchange"; export default class Login extends Command { static description: string; static examples: string[]; static flags: { help: import("@oclif/core/lib/interfaces").BooleanFlag; email: import("@oclif/core/lib/interfaces").OptionFlag; openBrowser: import("@oclif/core/lib/interfaces").BooleanFlag; }; static args: {}; run(): Promise; }