import { IterableX } from '../iterable'; export declare function of(...args: TSource[]): IterableX;