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 retrieves the * annotation of the specified type, or its default value if there is none. * @tsplus static effect/core/testing/Annotations.Ops get * @tsplus location "@effect/core/testing/Annotations/operations/get" */ export declare function get(key: TestAnnotation): Effect; //# sourceMappingURL=get.d.ts.map