export interface U2E2EArgs { configPath: string; reportDir?: string; } export declare function resolveU2E2EArgs(argv: string[]): U2E2EArgs; export declare function benchmarkU2E2ECommand(options: { config?: string; reportDir?: string; }): Promise;