import { AsyncIterableX } from './asynciterablex'; export declare function pluck(source: AsyncIterable, ...args: string[]): AsyncIterableX;