// types/openai.d.ts // Copyright (C) 2025 DTP Technologies, LLC // All Rights Reserved export interface SpeechCreateParams { voice: 'robc' | 'acosta'; }