declare const concat: (iterables: Iterable[]) => Iterable; export { concat as default };