import { TestAnnotation } from "@effect/core/testing/TestAnnotation/definition"; import { TestAnnotationMap } from "@effect/core/testing/TestAnnotationMap/definition"; /** * Retrieves the annotation of the specified type, or its default value if * there is none. * @tsplus static effect/core/testing/TestAnnotationMap.Aspects get * @tsplus pipeable effect/core/testing/TestAnnotationMap get * @tsplus location "@effect/core/testing/TestAnnotationMap/operations/get" */ export declare function get(key: TestAnnotation): (self: TestAnnotationMap) => V; //# sourceMappingURL=get.d.ts.map