import * as Command from "effect/unstable/cli/Command"; export declare const tailCommand: Command.Command<"tail", { readonly main: string; readonly envFile: import("effect/Option").Option; readonly stage: string; readonly profile: string; readonly filter: 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=tail.d.ts.map