import Benchmark = require('benchmark'); export declare const WrappedBenchmark: { (name: string, fn: string | Function, options?: Benchmark.Options): Benchmark; Suite: (name?: string, options?: Benchmark.Options) => Benchmark.Suite; };