/** * 开发工具库。 * * @packageDocumentation */ import { Options } from 'benchmark'; export declare function expectType(): void; export declare function runBenchmark(suites: Record any>, options?: Options): void; export { }