import type { It } from "../It";
export declare function append<T>(...items: T[]): (iterable: Iterable<T>) => It<T>;
