import { Stream } from "@effect/core/stream/Stream/definition"; import { ImmutableMap } from "@tsplus/stdlib/collections/ImmutableMap/definition"; /** * Retrieves the log annotations associated with the current scope. * @tsplus static effect/core/stream/Stream.Ops logAnnotations * @tsplus location "@effect/core/stream/Stream/operations/logAnnotations" */ export declare function logAnnotations(): Stream>; //# sourceMappingURL=logAnnotations.d.ts.map