declare type BenchmarkFunction = (parameters: { scale: number; }) => Promise; export type { BenchmarkFunction };