import type { Transducer } from "./api.js"; export declare function dropNth(n: number): Transducer; export declare function dropNth(n: number, src: Iterable): IterableIterator; //# sourceMappingURL=drop-nth.d.ts.map