import { type BenchmarkConfig } from './types.js'; export declare class UsageError extends Error { readonly exitCode: number; constructor(message: string, exitCode: number); } export declare function parseBenchmarkArgs(argv?: string[], env?: NodeJS.ProcessEnv): BenchmarkConfig; export declare function sanitizeConfig(config: BenchmarkConfig): Omit; export declare function formatUsage(): string; //# sourceMappingURL=config.d.ts.map