import { TestAnnotationMap } from "@effect/core/testing/TestAnnotationMap/definition"; import { ImmutableMap } from "@tsplus/stdlib/collections/ImmutableMap/definition"; import { TestAnnotation } from "@effect/core/testing/TestAnnotation/definition"; import { TestAnnotationMapSym } from "@effect/core/testing/TestAnnotationMap/definition"; export declare class TestAnnotationMapInternal implements TestAnnotationMap { readonly map: ImmutableMap, unknown>; readonly [TestAnnotationMapSym]: TestAnnotationMapSym; constructor(map: ImmutableMap, unknown>); } /** * @tsplus macro remove */ export declare function concreteTestAnnotationMap(_: TestAnnotationMap): asserts _ is TestAnnotationMapInternal; //# sourceMappingURL=TestAnnotationMapInternal.d.ts.map