import { Sample } from "@effect/core/testing/Sample/definition"; /** * @tsplus static effect/core/testing/Sample.Aspects map * @tsplus pipeable effect/core/testing/Sample map * @tsplus location "@effect/core/testing/Sample/operations/map" */ export declare function map(f: (a: A) => A2): (self: import("../definition").Sample) => import("../definition").Sample; //# sourceMappingURL=map.d.ts.map