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