declare function pluck(object: any, key: string | string[]): any[];

export = pluck;
