export declare const startWithAsync: <T>(value: T) => (iterable: AsyncIterable<T>) => AsyncIterable<T>;
