export declare class ExecutionFailuresError extends Error { constructor(); } export declare function runCommand(options: { suitePath: string; cwd?: string; outputDir?: string; schedule?: string; maxParallel?: string; repeat?: string; repeatFailure?: string; retryFailed?: string; caseId?: string; runner?: string; reporter?: string; reporterCwd?: string; configPath?: string; updateSnapshots?: boolean; snapshotsPath?: string; tags?: string[]; }): Promise;