import { OperatorAsyncFunction } from '../../interfaces'; export declare function pluck(...args: string[]): OperatorAsyncFunction;