declare module 'object.pick' {
  function objectPick (obj: any, keys: string | string[]): any;

  export default objectPick;
}
