import { Command } from "@effect/cli"; import { Option } from "effect"; import { AuthService } from "../../services/auth-service/service.js"; export declare const authShow: Command.Command<"show", import("@effect/platform/FileSystem").FileSystem | import("@effect/platform/Path").Path | AuthService, import("@effect/platform/Error").PlatformError | import("../../services/auth-service/errors.js").AuthError, { readonly json: Option.Option; readonly output: Option.Option; readonly quiet: Option.Option; readonly verbose: Option.Option; readonly noColor: Option.Option; readonly force: Option.Option; }>; //# sourceMappingURL=show.d.ts.map