import { Stream } from "@effect/core/stream/Stream/definition"; /** * Annotates each log in streams composed after this with the specified log * annotation. * @tsplus static effect/core/stream/Stream.Ops logAnnotate * @tsplus location "@effect/core/stream/Stream/operations/logAnnotate" */ export declare function logAnnotate(key: string, value: string): Stream; //# sourceMappingURL=logAnnotate.d.ts.map