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

export type {
  BenchmarkTeardown
};
