type TransformFile = {
  (filename: string, callback: Function): void,
  (filename: string, opts: ?Object, callback: Function): void,
};