/** * Maps the source objects to their values at the path specified */ export declare function pluck(...path: string[]): (source: AsyncIterable) => AsyncGenerator;