import type { Predicate } from "@thi.ng/api"; import type { Transducer } from "./api.js"; export declare function dropWhile(pred?: Predicate): Transducer; export declare function dropWhile(src: Iterable): IterableIterator; export declare function dropWhile(pred: Predicate, src: Iterable): IterableIterator; //# sourceMappingURL=drop-while.d.ts.map