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