import type * as ElevenLabs from "../index"; export interface QueryParamsJsonSchema { properties: Record; required?: string[]; }