import { Layer } from "@effect/core/io/Layer/definition"; /** * Creates a fresh version of this layer that will not be shared. * @tsplus getter effect/core/io/Layer fresh * @tsplus location "@effect/core/io/Layer/operations/fresh" */ export declare function fresh(self: Layer): Layer; //# sourceMappingURL=fresh.d.ts.map