export declare function elementAt<T>(source: AsyncIterable<T>, index: number): Promise<T | undefined>;
