declare function pick(object: any, filter: string | string[] | Function): any;

export = pick;
