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