export function runBenchmarks(phase?: string): { phase: string; timestamp: string; environment: { runtime: string; platform: NodeJS.Platform; arch: NodeJS.Architecture; }; results: never[]; };