import { IEnumerable } from '../enumerable'; export declare function concat(first: Iterable, second: Iterable): IEnumerable;