declare export var setProperty: (
  ...fields: string[]
) => (...values: any[]) => (object: any) => void;
