import type * as ElevenLabs from "../index";
export interface HttpValidationError {
    detail?: ElevenLabs.ValidationError[];
}
