type BenchmarkSetup = (parameters: { scale: number }) => void | Promise<void>;

export type {
  BenchmarkSetup
};
