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