export declare function resolveProfileConfig(profile: string): { maxSymbols: number; maxTasks: number; }; export declare function benchmarkUnityCommand(dataset: string, options: { profile?: string; repo?: string; repoAlias?: string; targetPath?: string; reportDir?: string; extensions?: string; skipAnalyze?: boolean; }): Promise;