import { IterableX } from '../iterable'; export declare function pluck(source: Iterable, ...args: string[]): IterableX;