export declare const startWith: <T>(value: T) => (iterable: Iterable<T>) => Iterable<T>;
