/** * Inserts values at the start of the iterable */ export declare function insert(...values: T[]): (source: AsyncIterable) => AsyncGenerator;