import type * as TK from "../../Take/index.js"; import type * as C from "../core.js"; /** * Unwraps `Exit` values and flatten chunks that also signify end-of-stream by failing with `None`. */ export declare function flattenTake(self: C.Stream>): C.Stream; //# sourceMappingURL=flattenTake.d.ts.map