import { TestAnnotation } from "@effect/core/testing/TestAnnotation/definition"; import { Effect } from "@effect/core/io/Effect/definition"; import { Annotations } from "@effect/core/testing/Annotations/definition"; /** * Accesses an `Annotations` instance in the environment and appends the * specified annotation to the annotation map. * @tsplus static effect/core/testing/Annotations.Ops annotate * @tsplus location "@effect/core/testing/Annotations/operations/annotate" */ export declare function annotate(key: TestAnnotation, value: V): Effect; //# sourceMappingURL=annotate.d.ts.map