import { managedUse_ as use_ } from "../Effect/excl-forEach.js"; import type * as T from "./deps.js"; import type { Managed } from "./managed.js"; /** * Run an effect while acquiring the resource before and releasing it after * * @ets_data_first use_ */ export declare function use(f: (a: A) => T.Effect, __trace?: string): (self: Managed) => T.Effect; export { use_ }; //# sourceMappingURL=use.d.ts.map