import type { IEnumerable } from "../../types"; export declare const concatenate: (first: Iterable, second: IEnumerable) => IEnumerable;