import * as Tp from "../../../../Collections/Immutable/Tuple/index.js"; import * as O from "../../../../Option/index.js"; import type * as C from "../core.js"; /** * Zips each element with both the previous and next element. */ export declare function zipWithPreviousAndNext(self: C.Stream): C.Stream, A, O.Option]>>; //# sourceMappingURL=zipWithPreviousAndNext.d.ts.map