import { concat as concatStatic } from '../../asynciterable/concat.js'; export declare namespace asynciterable { let concat: typeof concatStatic; } declare module '../../asynciterable/asynciterablex' { namespace AsyncIterableX { let concat: typeof concatStatic; } }