import type * as T from "../../../../Effect/index.js"; import type * as Ex from "../../../../Exit/index.js"; import type * as C from "../core.js"; /** * Creates a stream from a single value that will get cleaned up after the * stream is consumed */ export declare function acquireReleaseExitWith_(acquire: T.Effect, release: (a: A, exit: Ex.Exit) => T.RIO): C.Stream; /** * Creates a stream from a single value that will get cleaned up after the * stream is consumed * * @ets_data_first acquireReleaseExitWith_ */ export declare function acquireReleaseExitWith(release: (a: A, exit: Ex.Exit) => T.RIO): (acquire: T.Effect) => C.Stream; //# sourceMappingURL=acquireReleaseExitWith.d.ts.map