import type { Predicate } from "../../../Function/index.js"; import * as C from "./core.js"; export declare function dropWhile(p: Predicate): C.Sink; //# sourceMappingURL=dropWhile.d.ts.map