import { IterableX } from '../../iterable/iterablex'; /** * @ignore */ export declare function concatAllProto(this: IterableX>): IterableX; declare module '../../iterable/iterablex' { interface IterableX { concatAll: typeof concatAllProto; } }