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