import type * as ElevenLabs from "../index"; export interface TestRunResultSummary { testId: string; testName: string; workflowNodeId?: string; buckets: ElevenLabs.TestRunResultBucket[]; }