import { Uint8ArrayList } from 'uint8arraylist'; declare function concat(source: Iterable | AsyncIterable, options?: { type: 'string'; }): Promise; declare function concat(source: Iterable | AsyncIterable, options?: { type: 'buffer'; }): Promise; declare function concat(source: Iterable | AsyncIterable, options?: { type: 'buffer'; }): Promise; declare function concat(source: Iterable | AsyncIterable, options: { type: 'string'; }): Promise; export default concat; //# sourceMappingURL=index.d.ts.map