import { Options } from "yargs"; import { Opts, BenchmarkOpts } from "./types.js"; import { FileCollectionOptions } from "./utils/mochaCliExports.js"; export declare const optionsDefault: { threshold: number; historyLocalPath: string; historyCacheKey: string; }; type ICliCommandOptions = Required<{ [key in keyof OwnArgs]: Options; }>; type CliOpts = Omit & Omit; export declare const options: ICliCommandOptions; export {}; //# sourceMappingURL=options.d.ts.map