import * as Option from "effect/Option"; import { Command } from "effect/unstable/cli"; export declare const logsCommand: Command.Command<"logs", { readonly main: string; readonly envFile: Option.Option; readonly stage: string; readonly profile: string; readonly filter: string | undefined; readonly limit: number; readonly since: string | undefined; }, {}, any, import("../../AlchemyContext.ts").AlchemyContext | import("../../Auth/Profile.ts").AlchemyProfile | import("../../Artifacts.ts").ArtifactStore | import("effect/unstable/process/ChildProcessSpawner").ChildProcessSpawner | import("../Cli.ts").Cli | import("../../Auth/Credentials.ts").CredentialsStore | import("effect/FileSystem").FileSystem | import("effect/unstable/http/HttpClient").HttpClient | import("effect/Path").Path | import("effect/Scope").Scope>; //# sourceMappingURL=logs.d.ts.map