import * as C from "../core.js"; /** * Takes the specified number of elements from this stream. */ export declare function take_(self: C.Stream, n: number): C.Stream; /** * Takes the specified number of elements from this stream. * * @ets_data_first take_ */ export declare function take(n: number): (self: C.Stream) => C.Stream; //# sourceMappingURL=take.d.ts.map