interface IParam { voiceBase64: string; } declare function speech2Text({ voiceBase64 }: IParam): Promise; export default speech2Text;