declare const noop: {
  (): void;
  readonly __mock__: true;
};

export = noop;
