import { Command } from "@effect/cli"; import { Option } from "effect"; import { RunService } from "../../services/run-service/service.js"; export declare const runCurrent: Command.Command<"current", import("../../services/output-handler/service.js").OutputHandlerService | RunService, import("@effect/platform/Error").PlatformError | import("../../services/output-handler/errors.js").OutputHandlerError | Partial, { readonly json: Option.Option; readonly output: Option.Option; }>; //# sourceMappingURL=current.d.ts.map