import type { SelectProps } from 'antd';
declare const voiceList: readonly ["alloy", "ash", "ballad", "coral", "echo", "fable", "onyx", "nova", "sage", "shimmer"];
export default voiceList;
export declare const getOpenaiVoiceOptions: () => SelectProps['options'];
