import * as Config from "effect/Config"; import * as FileSystem from "effect/FileSystem"; import * as Option from "effect/Option"; import { Command } from "effect/unstable/cli"; import * as CliError from "effect/unstable/cli/CliError"; import { AlchemyProfile } from "../../Auth/Profile.ts"; import * as Clank from "../../Util/Clank.ts"; export declare const loginCommand: Command.Command<"login", { readonly main: Option.Option; readonly envFile: Option.Option; readonly profile: string; readonly configure: boolean; }, {}, import("../../Auth/AuthProvider.ts").AuthError | Config.ConfigError | CliError.InvalidValue | import("effect/PlatformError").PlatformError | Clank.PromptCancelled, import("../../AlchemyContext.ts").AlchemyContext | AlchemyProfile | import("effect/unstable/process/ChildProcessSpawner").ChildProcessSpawner | import("../../Auth/Credentials.ts").CredentialsStore | FileSystem.FileSystem | import("effect/Path").Path | import("effect/Scope").Scope>; //# sourceMappingURL=login.d.ts.map