import type * as ElevenLabs from "../index"; export interface LlmUsageOutput { modelUsage?: Record; }